Skip to content

Commit

Permalink
fixed linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Feb 7, 2024
1 parent 4e05d4c commit 9d79927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/services/autoscale/src/test/kotlin/AutoScalingTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AutoScalingTest {
private var groupNameSc = ""
private var launchTemplateName = ""
private var vpcZoneId = ""
private var serviceLinkedRoleARN= ""
private var serviceLinkedRoleARN = ""

@BeforeAll
@Throws(IOException::class)
Expand Down Expand Up @@ -148,6 +148,6 @@ class AutoScalingTest {
val groupNameSc: String? = null
val launchTemplateName: String? = null
val vpcZoneId: String? = null
val serviceLinkedRoleARN:String? = null
val serviceLinkedRoleARN: String? = null
}
}

0 comments on commit 9d79927

Please sign in to comment.