diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 16:24:25 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 16:24:25 +0100 |
commit | 154ed5353ef18eb46cc31744e8bf1bc54afd5acc (patch) | |
tree | 3022b51190f4438be80cfcd3b72e7307ff902bff /src/crepe/facade/DB.cpp | |
parent | fa0d298afafdc81d00164765903161205cf09a7e (diff) |
`make format`
Diffstat (limited to 'src/crepe/facade/DB.cpp')
-rw-r--r-- | src/crepe/facade/DB.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/facade/DB.cpp b/src/crepe/facade/DB.cpp index 2232a21..ae2d4bc 100644 --- a/src/crepe/facade/DB.cpp +++ b/src/crepe/facade/DB.cpp @@ -59,4 +59,3 @@ bool DB::has(const std::string & key) { } return true; } - |