Skip to content

Commit 5d5173a

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/basicTypes/PrintHelper.h

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ void printWithTypeInfo(std::string expression, auto const & t, bool useBitset =
3131
// This macro both prints and evaluates an expression:
3232
#define print(A) printWithTypeInfo("Line " + std::to_string(__LINE__) + ": "#A, A);
3333
#define printBinary(A) printWithTypeInfo("Line " + std::to_string(__LINE__) + ": "#A, A, true);
34-

0 commit comments

Comments
 (0)