Reformatted everything. Eclipse built-in Linewrapping/Comments 140 chars
[Mograsim.git] / era.mi / src / era / mi / logic / Simulation.java
index 6a63e15..7b1ccb4 100644 (file)
@@ -2,11 +2,9 @@ package era.mi.logic;
 
 import era.mi.logic.timeline.Timeline;
 
-public class Simulation
-{
+public class Simulation {
        public final static Timeline TIMELINE = new Timeline(11);
-       
-       public static void main(String[] args)
-       {
+
+       public static void main(String[] args) {
        }
 }
\ No newline at end of file