Skip to content

Commit 368f5f7

Browse files
committed
Fix whitespace
1 parent c819e2d commit 368f5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/plugins/PluginsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public int hashCode() {
306306
/**
307307
* Represents a meta-plugin and the {@link Bundle}s corresponding to its constituents.
308308
*/
309-
static class MetaBundle implements BundleCollection{
309+
static class MetaBundle implements BundleCollection {
310310
private final String name;
311311
private final List<Bundle> bundles;
312312

0 commit comments

Comments
 (0)