Run formatter on build.gradle
This commit is contained in:
parent
eada60f436
commit
e2d2ecb3ba
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue