Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from srmurguia/remove_indent
Browse files Browse the repository at this point in the history
Remove indent from sample config
  • Loading branch information
borisf authored Dec 21, 2017
2 parents 12bf0fc + 7dc2268 commit e04ed31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AndroidStudioPoet(private val modulesWriter: SourceModuleWriter, private v
Injector.configPojoToBuildTypeConfigsConverter).run()
}

@Language("JSON") const val SAMPLE_CONFIG = """
@Language("JSON") val SAMPLE_CONFIG = """
{
"projectName": "genny",
"root": "./modules/",
Expand Down Expand Up @@ -73,7 +73,7 @@ class AndroidStudioPoet(private val modulesWriter: SourceModuleWriter, private v
],
"buildTypes": 6
}
"""
""".trimIndent()
}

fun run() {
Expand Down

0 comments on commit e04ed31

Please sign in to comment.