Skip to content

Commit eaeb3c0

Browse files
committed
Remove no longer needed safe-guard around formatting.
1 parent b7804c0 commit eaeb3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/check-checkstyle.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.diffplug.spotless'
22

33
spotless {
44
java {
5-
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_16)) { googleJavaFormat() }
5+
googleJavaFormat()
66
trimTrailingWhitespace()
77
removeUnusedImports()
88
licenseHeaderFile rootProject.file('gradle/license.header')

0 commit comments

Comments
 (0)