Skip to content

Commit 20db9fd

Browse files
committed
Minor cosmetics
1 parent 7b11aae commit 20db9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ inline void print(const string& s="") {
546546
std::cout << s;
547547
}
548548
inline void println(const string& s="") {
549-
std::cout << s+'\n';
549+
std::cout << s+"\n";
550550
}
551551
inline void reprint(const string& s="") {
552552
std::cout << "\r"+s;

0 commit comments

Comments
 (0)