Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Dec 16, 2024
1 parent 467e5e4 commit 971c6c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fun testModelChangeAgainstSource(
originalModelCompilationResult,
updatedModelCompilationResult,
originalModelCompilationResult.exitCode == KotlinCompilation.ExitCode.OK &&
updatedModelCompilationResult.exitCode == KotlinCompilation.ExitCode.OK,
updatedModelCompilationResult.exitCode == KotlinCompilation.ExitCode.OK,
compileOutputStream.toString(),
)
}
Expand Down

0 comments on commit 971c6c9

Please sign in to comment.