Remove unnecessary newlines caused by IDEA

This commit is contained in:
Marvin Rösch 2017-07-20 01:54:45 +02:00
parent 6f3d0ded8d
commit 623ccf63d1
No known key found for this signature in database
GPG Key ID: 25FA8AEEE65B8E5F
2 changed files with 2 additions and 2 deletions

View File

@ -126,4 +126,4 @@ uploadArchives {
authentication(userName: project.hasProperty("mavenUser") ? project.mavenUser : System.getenv("mavenUser"), password: project.hasProperty("mavenPassword") ? project.mavenPassword : System.getenv("mavenPassword"))
}
}
}
}

View File

@ -12,4 +12,4 @@ object Forgelin {
const val NAME = "Forgelin"
const val VERSION = "@VERSION@"
}
}