gradle: Format

This commit is contained in:
Ryan Pavlik 2021-05-18 12:07:12 -05:00
parent e8ed9c95f6
commit 61feb03d0e

View file

@ -35,7 +35,7 @@ project.ext.renameLicense = { String name ->
return result
}
project.ext.filterLicense = {String line ->
project.ext.filterLicense = { String line ->
if (line.trim().isEmpty()) {
return '<br /><br />'
} else {