Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent c857d6b commit e5ce118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/basicTypes/PrintHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ void printWithTypeInfo(std::string expression, auto const & t, bool useBitset =
// This macro both prints and evaluates an expression:
#define print(A) printWithTypeInfo("Line " + std::to_string(__LINE__) + ": "#A, A);
#define printBinary(A) printWithTypeInfo("Line " + std::to_string(__LINE__) + ": "#A, A, true);

0 comments on commit e5ce118

Please sign in to comment.