Skip to content

Commit bc69f94

Browse files
committed
remove extra newline
suggestion from @ajbozarth
1 parent abc6b9f commit bc69f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyterlab_git/git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ async def status(self, current_path):
264264
# if file was renamed, next line contains original path
265265
"from": next(line_iterable) if line[0]=='R' else line[3:]
266266
})
267-
268267
return {"code": code, "files": result}
269268

270269
async def log(self, current_path, history_count=10):

0 commit comments

Comments
 (0)