mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-03 12:28:07 +00:00
gradle: Format
This commit is contained in:
parent
e8ed9c95f6
commit
61feb03d0e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue