From 18e298356c654ff0ec2b7c7f5f67ebb41806c53f Mon Sep 17 00:00:00 2001
From: modmuss50 <modmuss50@gmail.com>
Date: Thu, 24 Jan 2019 14:46:12 +0000
Subject: [PATCH] Fix gradle.properties

---
 gradle.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 4314427..d8e54c1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1,2 @@
-org.gradle.jvmargs=-Xmx1G #Done to increase the memory available to gradle.
\ No newline at end of file
+#Done to increase the memory available to gradle.
+org.gradle.jvmargs=-Xmx1G
\ No newline at end of file