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
|
private void initializeInventoryView()
|
||||||
initializeInventoryView()
|
|
||||||
{
|
{
|
||||||
if (inventoryView == null) {
|
if (inventoryView == null) {
|
||||||
initializeServerInventoryView();
|
initializeServerInventoryView();
|
||||||
|
|
Loading…
Reference in New Issue