Skip to content

Commit 342b08e

Browse files
authored
Removed redundant generated blank line. (#57)
1 parent 6f313f2 commit 342b08e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/main/kotlin/com/mitteloupe/cag/core/content/architecture/ArchitectureUiGradleScriptBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fun buildArchitectureUiGradleScript(
2626

2727
val composePluginLine =
2828
if (catalog.isPluginAvailable(PluginConstants.COMPOSE_COMPILER)) {
29-
"\n alias(libs.plugins.$pluginAliasComposeCompiler)\n"
29+
"\n alias(libs.plugins.$pluginAliasComposeCompiler)"
3030
} else {
3131
""
3232
}

core/src/test/kotlin/com/mitteloupe/cag/core/generation/architecture/ArchitectureModulesContentGeneratorTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ dependencies {
477477
alias(libs.plugins.kotlin.android)
478478
alias(libs.plugins.ksp)
479479
alias(libs.plugins.compose.compiler)
480-
481480
}
482481
483482
android {

0 commit comments

Comments
 (0)