diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 14:49:09 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 14:49:09 +0100 |
commit | b92b3b830dc53ecc2accf8472a8e4ce8be2e19dc (patch) | |
tree | 8776467b7ef4842dae04beaa781aebfe9084d82e /game/Random.h | |
parent | bff2e7d64d45d8e331da703cba0d74894cf32a84 (diff) |
`make format`
Diffstat (limited to 'game/Random.h')
-rw-r--r-- | game/Random.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/Random.h b/game/Random.h index cf05e87..8af9669 100644 --- a/game/Random.h +++ b/game/Random.h @@ -6,6 +6,4 @@ public: static double d(double upper = 1.0, double lower = 0.0); static int i(int upper, int lower = 0); static unsigned u(unsigned upper, unsigned lower = 0); - }; - |