mirror of https://github.com/apache/druid.git
fix spacing issue
This commit is contained in:
parent
e4c2a2c705
commit
fa5f46057c
|
@ -346,8 +346,7 @@ public abstract class QueryableNode<T extends QueryableNode> extends Registering
|
|||
}
|
||||
}
|
||||
|
||||
private void
|
||||
initializeInventoryView()
|
||||
private void initializeInventoryView()
|
||||
{
|
||||
if (inventoryView == null) {
|
||||
initializeServerInventoryView();
|
||||
|
|
Loading…
Reference in New Issue