aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Exception.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-13 15:50:13 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-13 15:50:13 +0100
commit5e59c22f77073fdf49bf98697da6a68819eb5776 (patch)
treeed53c8306c93825e9a33d642ae976ec97eb94fb1 /src/crepe/Exception.cpp
parent7ec392eda3345606f0de75a432954b221cee82ce (diff)
`make format`
Diffstat (limited to 'src/crepe/Exception.cpp')
-rw-r--r--src/crepe/Exception.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crepe/Exception.cpp b/src/crepe/Exception.cpp
index 3217169..5a24e7e 100644
--- a/src/crepe/Exception.cpp
+++ b/src/crepe/Exception.cpp
@@ -5,7 +5,4 @@ using namespace std;
const char * Exception::what() const noexcept { return error.c_str(); }
-Exception::Exception(const string & msg) {
- this->error = msg;
-}
-
+Exception::Exception(const string & msg) { this->error = msg; }