Skip to content

Commit 3358019

Browse files
ran spotlessApply again
1 parent 1445998 commit 3358019

File tree

1 file changed

+1
-1
lines changed
  • grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util

1 file changed

+1
-1
lines changed

grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class Constants {
2424
/**
2525
* A constant that defines the current version of the library.
2626
*/
27-
public static final String VERSION = "v"+Constants.class.getPackage().getImplementationVersion();
27+
public static final String VERSION = "v" + Constants.class.getPackage().getImplementationVersion();
2828

2929

3030
/**

0 commit comments

Comments
 (0)