Fix formatting

See gh-33013
This commit is contained in:
Phillip Webb 2022-11-05 19:32:10 -07:00
parent 2c193e7736
commit 0fa7dba87a

View File

@ -102,8 +102,7 @@ public final class ImportCandidates implements Iterable<String> {
return classLoader.getResources(location);
}
catch (IOException ex) {
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]",
ex);
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]", ex);
}
}