Line break

This commit is contained in:
Joshua Granick
2016-10-17 16:27:35 -07:00
parent 96b119f11b
commit 4e0e24cbff

View File

@@ -765,13 +765,13 @@ class CommandLineTools {
if (words.length == 0) {
LogHelper.print (File.getContent (Sys.getEnv ("LIME_CONFIG")));
LogHelper.println (File.getContent (Sys.getEnv ("LIME_CONFIG")));
} else {
if (config.defines.exists (words[0])) {
LogHelper.print (config.defines.get (words[0]));
LogHelper.println (config.defines.get (words[0]));
} else {