Run formatter on build.gradle

This commit is contained in:
Nicholas Ignoffo 2018-03-09 23:53:56 -08:00
parent eada60f436
commit e2d2ecb3ba

View file

@ -146,7 +146,9 @@ String getChangelogText() {
}
if (lineCount < 3) {
lineCount++
if (it.startsWith(separator)) {return}
if (it.startsWith(separator)) {
return
}
}
if (!it.startsWith(separator)) {
str += "$it" + (lineCount < 3 ? ':\n\n' : '\n')