Skip to content

Commit 350e899

Browse files
ianhitelamonian
andauthored
shorten comment to single line
Co-Authored-By: Max Klein <[email protected]>
1 parent ca14418 commit 350e899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyterlab_git/git.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,7 @@ async def detailed_log(self, selected_hash, current_path):
332332
insertions, deletions, file = line.split('\t')
333333

334334
if file == '':
335-
# file was renamed or moved
336-
# we need next two lines of output
335+
# file was renamed or moved, we need next two lines of output
337336
from_path = next(line_iterable)
338337
to_path = next(line_iterable)
339338
modified_file_name = from_path + " => " + to_path

0 commit comments

Comments
 (0)