aboutsummaryrefslogtreecommitdiff
path: root/src/runMain/kotlin/Loader.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/runMain/kotlin/Loader.kt')
-rw-r--r--src/runMain/kotlin/Loader.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runMain/kotlin/Loader.kt b/src/runMain/kotlin/Loader.kt
index 13e1157..0ec1817 100644
--- a/src/runMain/kotlin/Loader.kt
+++ b/src/runMain/kotlin/Loader.kt
@@ -9,7 +9,7 @@ class Loader(path: String) {
* TODO: Add preprocessor managing imports and comments
*/
fun preprocess(): String {
- return inputString.replace("\n", "")
+ return inputString
}
/**