Skip to content

Commit edd021f

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/subcommand/status_subcommand.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ namespace
187187
return combined;
188188
}
189189

190-
void print_combined_short(const std::unordered_map<std::string, combined_entry>& entries_map, bool is_coloured)
190+
void
191+
print_combined_short(const std::unordered_map<std::string, combined_entry>& entries_map, bool is_coloured)
191192
{
192193
std::vector<std::string> keys;
193194
keys.reserve(entries_map.size());

0 commit comments

Comments
 (0)