Skip to content
Snippets Groups Projects
Commit 9199082f authored by Vishnu Emmadi's avatar Vishnu Emmadi
Browse files

fix indentation error

parent ae6b1df6
No related branches found
No related tags found
No related merge requests found
......@@ -1230,8 +1230,8 @@ public class TopologyManager implements
TopologyEventInfo topologyInfo =
new TopologyEventInfo(nt.getClusters().size(), 0, 0, 0);
evTopology.updateEventWithFlush(new TopologyEvent(reason,
topologyInfo));
evTopology.updateEventWithFlush(new TopologyEvent(reason,
topologyInfo));
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment