Remove byte order marks
All checks were successful
Test / Run tests (push) Successful in 2m4s

This commit is contained in:
2024-07-26 19:43:04 +02:00
parent 53c7cb2ec0
commit f09753ccc2
117 changed files with 117 additions and 117 deletions

View File

@ -1,4 +1,4 @@
namespace Tests.WeighingTests {
namespace Tests.WeighingTests {
public static class Utils {
public static DateOnly Today => DateOnly.FromDateTime(DateTime.Now);
public static TimeOnly Time => new(DateTime.Now.Hour, DateTime.Now.Minute);