mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
MAINT: Apply 'pre-commit run --all' and fix issues
This commit is contained in:
@@ -88,4 +88,4 @@ public static class IRandomExtensions
|
||||
}
|
||||
|
||||
private static int ToInt(float value) => (int)Math.Floor(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user