diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:24:38 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:24:38 +0100 |
commit | 12cf43dd062f41af226e0ac038b2f2838391015f (patch) | |
tree | 6c00434a29b8c2302eb85ead1fce96a2856aec09 /game/prefab/ZapperObject.cpp | |
parent | f22a282b7863d35928fa3290f964ce3be5c0dbc9 (diff) |
`make format`
Diffstat (limited to 'game/prefab/ZapperObject.cpp')
-rw-r--r-- | game/prefab/ZapperObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/prefab/ZapperObject.cpp b/game/prefab/ZapperObject.cpp index 6139d53..24bbbd2 100644 --- a/game/prefab/ZapperObject.cpp +++ b/game/prefab/ZapperObject.cpp @@ -116,4 +116,3 @@ void ZapperObject::set_active(bool active) { this->active = active; } - |