Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Jul 16, 2023
1 parent efd6711 commit 8934336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class KtormProcessorProvider : SymbolProcessorProvider {
.replace(Regex("""\s*\)"""), ")")
.replace(Regex(""",\s*"""), ", ")
.replace(Regex(""",\s*\)"""), ")")
.replace(Regex("""\s*get\(\)\s="""), " get() =")
.replace(Regex("""\s+get\(\)\s="""), " get() =")
.replace(Regex("""\s+=\s+"""), " = ")
.replace("import org.ktorm.ksp.`annotation`", "import org.ktorm.ksp.annotation")

Expand Down

0 comments on commit 8934336

Please sign in to comment.