Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
shrinking cmake in java examples
[simgrid.git] / examples / java / cloud / energy / Main.java
index 1913e4d..d450b20 100644 (file)
@@ -23,7 +23,7 @@ public class Main {
 
     /* construct the platform */
     Msg.createEnvironment(args[0]);
-    
+
     /* Create and start a runner for the experiment */
     new EnergyVMRunner(Host.all()[0],"energy VM runner",null).start();