Skip to content

Commit 4dca90d

Browse files
committed
address review comment
1 parent bf9dbf8 commit 4dca90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subcommand/log_subcommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void log_subcommand::run()
9494
{
9595
commit_wrapper commit = repo.find_commit(commit_oid);
9696
print_commit(commit, m_format_flag);
97-
i+=1;
97+
++i;
9898
}
9999

100100
git_revwalk_free(walker);

0 commit comments

Comments
 (0)