diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 15:50:13 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 15:50:13 +0100 |
| commit | 5e59c22f77073fdf49bf98697da6a68819eb5776 (patch) | |
| tree | ed53c8306c93825e9a33d642ae976ec97eb94fb1 /src/crepe/Asset.cpp | |
| parent | 7ec392eda3345606f0de75a432954b221cee82ce (diff) | |
`make format`
Diffstat (limited to 'src/crepe/Asset.cpp')
| -rw-r--r-- | src/crepe/Asset.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Asset.cpp b/src/crepe/Asset.cpp index 4affd58..9c41ecb 100644 --- a/src/crepe/Asset.cpp +++ b/src/crepe/Asset.cpp @@ -14,4 +14,3 @@ Asset::Asset(const std::string & src) : src(src) { istream & Asset::get_stream() { return this->file; } const string & Asset::get_canonical() const { return this->src; } - |