Remove stray newline

This commit is contained in:
Nathan McRae 2025-03-05 22:46:13 -08:00
parent dbba2d2285
commit 1347f313c7

View File

@ -121,7 +121,6 @@ public class StationSettings {
});
}
public Path nextMessagePath() {
return stationPath().resolve("next-message.txt");
}