Skip to content

Commit

Permalink
Formats file accordingly
Browse files Browse the repository at this point in the history
Fixes: SIRI-1028
  • Loading branch information
scireum-mbo committed Dec 10, 2024
1 parent 9fd3c8b commit 3fb0896
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/sirius/kernel/commons/Files.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ public class Files {
/**
* Contains a list of file names and endings which are considered to be metadata.
*/
private static final List<String> METADATA_FILES = List.of(
"__MACOSX",
".DS_Store",
"Thumbs.db");
private static final List<String> METADATA_FILES = List.of("__MACOSX", ".DS_Store", "Thumbs.db");

private Files() {
}
Expand Down

0 comments on commit 3fb0896

Please sign in to comment.