aboutsummaryrefslogtreecommitdiff
path: root/game/Random.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 14:49:09 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 14:49:09 +0100
commitb92b3b830dc53ecc2accf8472a8e4ce8be2e19dc (patch)
tree8776467b7ef4842dae04beaa781aebfe9084d82e /game/Random.cpp
parentbff2e7d64d45d8e331da703cba0d74894cf32a84 (diff)
`make format`
Diffstat (limited to 'game/Random.cpp')
-rw-r--r--game/Random.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/Random.cpp b/game/Random.cpp
index 59be3c5..ace6245 100644
--- a/game/Random.cpp
+++ b/game/Random.cpp
@@ -25,4 +25,3 @@ unsigned Random::u(unsigned upper, unsigned lower) {
unsigned x = rand() % range;
return x + lower;
}
-