Skip to content

Commit

Permalink
Fix lint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Oct 12, 2023
1 parent 92b24d7 commit 211e1e5
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ internal class IndentationRuleTest {
names = ["ktlint_official"],
)
fun `Given non-ktlint-official code style and a class declaration implementing a super type with generics`(
codeStyleValue: CodeStyleValue
codeStyleValue: CodeStyleValue,
) {
val formattedCode =
"""
Expand Down Expand Up @@ -1064,7 +1064,7 @@ internal class IndentationRuleTest {
names = ["ktlint_official"],
)
fun `Given non-ktlint-official code style and a class declaration implementing a super type with generics (tab indentation)`(
codeStyleValue: CodeStyleValue
codeStyleValue: CodeStyleValue,
) {
val formattedCode =
"""
Expand Down Expand Up @@ -4607,9 +4607,7 @@ internal class IndentationRuleTest {
mode = EnumSource.Mode.EXCLUDE,
names = ["ktlint_official"],
)
fun `Given non-ktlint-official code style and a nested type parameter list`(
codeStyleValue: CodeStyleValue
) {
fun `Given non-ktlint-official code style and a nested type parameter list`(codeStyleValue: CodeStyleValue) {
val code =
"""
public class Foo<
Expand Down

0 comments on commit 211e1e5

Please sign in to comment.