Skip to content

Commit bddf915

Browse files
author
Axel Sammet
committed
fix: fix formatting of expected kotlin class code
1 parent 4a0ebd6 commit bddf915

File tree

1 file changed

+2
-1
lines changed
  • graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen

1 file changed

+2
-1
lines changed

graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/CodeGenTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2904,7 +2904,8 @@ It takes a title and such.
29042904
) {
29052905
public companion object
29062906
}
2907-
""".trimMargin()
2907+
2908+
""".trimIndent()
29082909
)
29092910

29102911
assertCompilesKotlin(dataTypes)

0 commit comments

Comments
 (0)