diff --git a/subcmds/info.py b/subcmds/info.py index d62e1e64..a9ad52aa 100644 --- a/subcmds/info.py +++ b/subcmds/info.py @@ -122,7 +122,7 @@ class Info(PagedCommand): self.printSeparator() def findRemoteLocalDiff(self, project): - #Fetch all the latest commits + # Fetch all the latest commits. if not self.opt.local: project.Sync_NetworkHalf(quiet=True, current_branch_only=True)