Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5ce118

Browse files
committedApr 2, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c857d6b commit e5ce118

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)
Please sign in to comment.