diff options
author | Leigh McCulloch <leigh@mcchouse.com> | 2019-02-18 02:12:43 +0000 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2019-02-18 15:15:11 -0800 |
commit | 45f6c87a1692f0da88883e3d7160be22938dac60 (patch) | |
tree | ba381339be5284eb84036ee3d9781ed41a65bcb7 | |
parent | 7c049ce72332a99e9f062b44b2c31b59efe8a067 (diff) | |
download | java-language-server-45f6c87a1692f0da88883e3d7160be22938dac60.zip |
Revert changes to trailing whitespace
-rwxr-xr-x | scripts/benchmark.sh | 2 | ||||
-rwxr-xr-x | scripts/link_mac.sh | 2 | ||||
-rwxr-xr-x | scripts/link_windows.sh | 2 | ||||
-rwxr-xr-x | scripts/patch_gson.sh | 2 | ||||
-rwxr-xr-x | scripts/run_test.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index 57952d9..313df50 100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -14,4 +14,4 @@ mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=scripts/cla java -cp $(cat scripts/classpath.txt):target/classes:target/test-classes --illegal-access=warn org.openjdk.jmh.Main BenchmarkPruner # Clean up -rm scripts/classpath.txt +rm scripts/classpath.txt
\ No newline at end of file diff --git a/scripts/link_mac.sh b/scripts/link_mac.sh index 976d221..ce29108 100755 --- a/scripts/link_mac.sh +++ b/scripts/link_mac.sh @@ -21,4 +21,4 @@ $JAVA_HOME/bin/jlink \ --add-modules gson,javacs \ --launcher launcher=javacs/org.javacs.Main \ --output dist/mac \ - --compress 2 + --compress 2
\ No newline at end of file diff --git a/scripts/link_windows.sh b/scripts/link_windows.sh index 3f9ff08..3177db5 100755 --- a/scripts/link_windows.sh +++ b/scripts/link_windows.sh @@ -35,4 +35,4 @@ $REAL_JAVA_HOME/bin/jlink \ --add-modules gson,javacs \ --launcher launcher=javacs/org.javacs.Main \ --output dist/windows \ - --compress 2 + --compress 2
\ No newline at end of file diff --git a/scripts/patch_gson.sh b/scripts/patch_gson.sh index 7d40e29..3825683 100755 --- a/scripts/patch_gson.sh +++ b/scripts/patch_gson.sh @@ -26,4 +26,4 @@ $JAVA_HOME/bin/jar uf gson.jar -C classes module-info.class # Clean up rm -rf classes -cd .. +cd ..
\ No newline at end of file diff --git a/scripts/run_test.sh b/scripts/run_test.sh index f00b81d..4c73008 100755 --- a/scripts/run_test.sh +++ b/scripts/run_test.sh @@ -5,4 +5,4 @@ set -e # Check JAVA_HOME points to correct java version ./scripts/check_java_home.sh -mvn test -Dtest=$1#$2 +mvn test -Dtest=$1#$2
\ No newline at end of file |