diff options
author | Christian Vonrüti <christian@vonrueti.ch> | 2019-06-07 23:04:27 +0200 |
---|---|---|
committer | Christian Vonrüti <christian@vonrueti.ch> | 2019-06-07 23:04:49 +0200 |
commit | 8726e594bd3fd5ec62c8c7ec53a91b2a347f082d (patch) | |
tree | 95a94fa537080b9130c736947083e426fb520392 | |
parent | 723070275e084541b9b6e860c195abda70054ee7 (diff) | |
download | compiler-explorer-8726e594bd3fd5ec62c8c7ec53a91b2a347f082d.tar.gz compiler-explorer-8726e594bd3fd5ec62c8c7ec53a91b2a347f082d.zip |
Add missing newline at EOF in java.defaults.properties
-rw-r--r-- | etc/config/java.defaults.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/config/java.defaults.properties b/etc/config/java.defaults.properties index adfc4a608..43773e716 100644 --- a/etc/config/java.defaults.properties +++ b/etc/config/java.defaults.properties @@ -14,4 +14,4 @@ postProcess= options= supportsBinary=false needsMulti=false -supportsExecute=false
\ No newline at end of file +supportsExecute=false |