shortened lines
[naja.git] / naja / actions.py
index 1dc59ad1a198a1df367c6ab0542ec06a6a43d32f..869c6925eead025248ac397f4e65efdaeeb640de 100644 (file)
@@ -319,7 +319,8 @@ class AllowChessMove(LocationAction):
 
 class AllowChessMoveIfMSB(LocationAction):
     TEXT = (
-        "If {MSB} is set, unset {MSB} and move like a %(chesspiece_name)s for one turn. Otherwise do nothing.")
+        "If {MSB} is set, unset {MSB} and move like a "
+        "%(chesspiece_name)s for one turn. Otherwise do nothing.")
     MSB_GLYPH = ACTION_GLYPHS.MOVEMENT
 
     def perform_action(self, board, location):