Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 3, 2024
1 parent c97acd9 commit c978ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/GrailsCompilerConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import org.codehaus.groovy.control.customizers.ImportCustomizer
def importCustomizer = new ImportCustomizer()
importCustomizer.addStarImports('java.time')

configuration.addCompilationCustomizers(importCustomizer)
configuration.addCompilationCustomizers(importCustomizer)

0 comments on commit c978ee2

Please sign in to comment.