MAINT: Apply 'pre-commit run --all' and fix issues

This commit is contained in:
Martin Thoma
2022-03-10 06:59:21 +01:00
parent ddacedb0b0
commit e7520d62af
22 changed files with 200 additions and 231 deletions

View File

@@ -88,4 +88,4 @@ public static class IRandomExtensions
}
private static int ToInt(float value) => (int)Math.Floor(value);
}
}