Skip to content

Commit c5cbdac

Browse files
committed
style: remove unnecessary semicolons
1 parent b5be89f commit c5cbdac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grails-core/src/main/groovy/grails/boot/GrailsBanner.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class GrailsBanner implements Banner {
325325
SPRING_SECURITY,
326326
TOMCAT,
327327
JETTY,
328-
UNDERTOW;
328+
UNDERTOW
329329

330330
final String key
331331

@@ -352,7 +352,7 @@ class GrailsBanner implements Banner {
352352
GRAILS,
353353
GROOVY,
354354
SPRING_BOOT,
355-
SPRING;
355+
SPRING
356356

357357
final String key
358358

@@ -369,7 +369,7 @@ class GrailsBanner implements Banner {
369369
SPRING_SECURITY,
370370
TOMCAT,
371371
JETTY,
372-
UNDERTOW;
372+
UNDERTOW
373373

374374
final String key
375375

0 commit comments

Comments
 (0)