[clean] Apply formatting and add formatter configuration.

This commit is contained in:
Mikael Capelle
2021-07-08 13:53:33 +02:00
committed by Mikael CAPELLE
parent 2f936d44ec
commit 730cda6426
86 changed files with 1460 additions and 1214 deletions

View File

@@ -6,7 +6,7 @@ public interface GraphChangeListener {
/**
* Event fire when a new graph has been loaded.
*
*
* @param graph The new graph.
*/
public void newGraphLoaded(Graph graph);