Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jan 27, 2023
1 parent c295bf1 commit c0ddb93
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class SettingsPluginIntgTest : BaseIntgTest() {
@Test fun `applying by the old name is deprecated`() {
@Language("gradle.kts")
val settings = """
plugins {
id("net.twisterrob.settings")
}
plugins {
id("net.twisterrob.settings")
}
""".trimIndent()
if (gradle.gradleVersion.baseVersion < GradleVersion.version("6.3")) {
gradle.file(settings, "settings.gradle.kts")
Expand Down

0 comments on commit c0ddb93

Please sign in to comment.