Skip to content

Commit

Permalink
bugfix: Fix formatting after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Nov 15, 2023
1 parent 653c799 commit b48675e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/cross/src/test/scala/tests/pc/CompletionArgSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ class CompletionArgSuite extends BaseCompletionSuite {
|""".stripMargin,
"""|aaa = : Int
|""".stripMargin,
topLines = Some(1),
topLines = Some(1)
)

check(
Expand All @@ -1176,7 +1176,7 @@ class CompletionArgSuite extends BaseCompletionSuite {
|""".stripMargin,
"""|aaa = : Int
|""".stripMargin,
topLines = Some(1),
topLines = Some(1)
)

check(
Expand All @@ -1192,7 +1192,7 @@ class CompletionArgSuite extends BaseCompletionSuite {
|""".stripMargin,
"""|aaa = : Int
|""".stripMargin,
topLines = Some(1),
topLines = Some(1)
)

check(
Expand All @@ -1203,7 +1203,7 @@ class CompletionArgSuite extends BaseCompletionSuite {
|""".stripMargin,
"""|x = : Int
|""".stripMargin,
topLines = Some(1),
topLines = Some(1)
)

check(
Expand All @@ -1213,7 +1213,7 @@ class CompletionArgSuite extends BaseCompletionSuite {
|""".stripMargin,
"""|str = : String
|""".stripMargin,
topLines = Some(1),
topLines = Some(1)
)

}

0 comments on commit b48675e

Please sign in to comment.