fix missing line breaks
diff --git a/wasm/quicksort/benchmark.js b/wasm/quicksort/benchmark.js
index 1626857..f39f218 100644
--- a/wasm/quicksort/benchmark.js
+++ b/wasm/quicksort/benchmark.js
@@ -9,4 +9,4 @@
Module._main();
}
-}
\ No newline at end of file
+}
diff --git a/wasm/quicksort/build.sh b/wasm/quicksort/build.sh
index b4b5502..d6bfdc3 100755
--- a/wasm/quicksort/build.sh
+++ b/wasm/quicksort/build.sh
@@ -18,4 +18,4 @@
-s EXPORT_NAME=setupModule \
quicksort.c | tee -a "$BUILD_LOG"
-echo "Building done" | tee -a "$BUILD_LOG"
\ No newline at end of file
+echo "Building done" | tee -a "$BUILD_LOG"