Skip to content

Commit

Permalink
Removed Return Character
Browse files Browse the repository at this point in the history
  • Loading branch information
joerossrobotics committed Nov 1, 2024
1 parent 68b1b83 commit 37aa8e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EmbedLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ namespace EmbedLog
result << format[i]; // Normal character
}
}
result << "\n";

printFunc(result.str());
}
Expand Down

0 comments on commit 37aa8e4

Please sign in to comment.