Skip to content

Commit 636190a

Browse files
committed
Format
1 parent d921f2f commit 636190a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugins/src/main/java/com/google/firebase/gradle/bomgenerator/GenerateTutorialBundleTask.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,7 @@ abstract class GenerateTutorialBundleTask : DefaultTask() {
210210
return "" // Alpha versions should not be included in the tutorial bundle
211211
}
212212

213-
return multiLine(
214-
"<!-- $name -->",
215-
"<!ENTITY $alias \"$fullArtifactName:${version}\">",
216-
extra,
217-
)
213+
return multiLine("<!-- $name -->", "<!ENTITY $alias \"$fullArtifactName:${version}\">", extra)
218214
}
219215

220216
companion object {

0 commit comments

Comments
 (0)