Fix inconsistent indentation

master
D4VID 7 months ago
parent ec08fb0440
commit f0a06ce7e8

@ -80,6 +80,7 @@ namespace CriticalPathAnalyzer.Client.Tool {
_logger.Error("Got no response - cannot display loop"); _logger.Error("Got no response - cannot display loop");
return; return;
} }
PathHighLighter.RemoveHighLighting(); PathHighLighter.RemoveHighLighting();
PathHighLighter.HighlightWires(_response.LoopingClusters); PathHighLighter.HighlightWires(_response.LoopingClusters);
} }

Loading…
Cancel
Save