Skip to content

Commit

Permalink
Print a newline after error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kansattica committed Feb 28, 2024
1 parent 893e6d8 commit f66a2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/msync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ int main(int argc, const char* argv[])
pl() << "[default]";
else
pl() << parsed.account;
pl() << '\n';
return 1;
}

Expand Down

0 comments on commit f66a2a0

Please sign in to comment.