Skip to content

Commit d899725

Browse files
committed
fix indent
1 parent 752e21b commit d899725

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libtmux/window.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@ def last_pane(self):
337337
return self.select_pane('-l')
338338

339339
def split_window(
340-
self,
341-
target=None,
342-
start_directory=None,
343-
attach=True,
344-
vertical=True
340+
self,
341+
target=None,
342+
start_directory=None,
343+
attach=True,
344+
vertical=True
345345
):
346346
"""Split window and return the created :class:`Pane`.
347347

0 commit comments

Comments
 (0)