]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/testing/TestRunnable.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / testing / TestRunnable.java
index 2d74a4d3b55ced2414ecc8ea7e72444981fc9906..035e30151ff5c9c6f33a10140114909a5172ad70 100644 (file)
@@ -1,6 +1,6 @@
-package org.simantics.scl.compiler.testing;\r
-\r
-public interface TestRunnable {\r
-    String getName();\r
-    void run() throws Exception;\r
-}\r
+package org.simantics.scl.compiler.testing;
+
+public interface TestRunnable {
+    String getName();
+    void run() throws Exception;
+}