formatting

This commit is contained in:
Anthony Stirling
2024-08-08 21:13:59 +01:00
parent d65a637a46
commit a3374745f8
7 changed files with 40 additions and 38 deletions

View File

@@ -78,7 +78,8 @@ public class SPdfApplication {
// custom javs settings file
if (Files.exists(Paths.get("configs/custom_settings.yml"))) {
String existingLocation = propertyFiles.getOrDefault("spring.config.additional-location", "");
String existingLocation =
propertyFiles.getOrDefault("spring.config.additional-location", "");
if (!existingLocation.isEmpty()) {
existingLocation += ",";
}