Skip to content

Commit 401f9d6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent baddacf commit 401f9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/subcommand/showref_subcommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void showref_subcommand::run()
2323

2424
auto repo_refs = repo.refs_list();
2525

26-
for (auto r:repo_refs)
26+
for (auto r : repo_refs)
2727
{
2828
git_oid oid = repo.ref_name_to_id(r);
2929
std::cout << oid_to_hex(oid) << " " << r << std::endl;

0 commit comments

Comments
 (0)