Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Feature fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Feb 21, 2022
1 parent 16f3912 commit 988ac10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/main/kotlin/save/ParseJava.kt
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ data class ParsedJavaFile(val path: String, val contents: String) {
Question.Type.METHOD -> Source(
mapOf(
"$className.java" to """public class $className {
|$cleanContent
}""".trimMargin()
$cleanContent
}"""
)
)
Question.Type.SNIPPET -> Source.fromSnippet(cleanContent)
Expand Down

0 comments on commit 988ac10

Please sign in to comment.