Skip to content

Commit

Permalink
clean up code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Oct 24, 2024
1 parent 5fdafb7 commit 706d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/codelibs/fess/util/ResourceUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static File[] getPluginJarFiles(final String namePrefix) {
}

public static File[] getPluginJarFiles(final FilenameFilter filter) {
final File libDir =getPluginPath().toFile();
final File libDir = getPluginPath().toFile();
if (!libDir.exists()) {
return new File[0];
}
Expand Down

0 comments on commit 706d952

Please sign in to comment.