Skip to content

Commit 78ffee2

Browse files
fix format
1 parent 9af3326 commit 78ffee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public final class Constants {
3030
/**
3131
* A constant that defines the instrumentation_source metric tag value
3232
*/
33-
public static final String INSTRUMENTATION_SOURCE_TAG_VALUE = "grpc-spring";
33+
public static final String INSTRUMENTATION_SOURCE_TAG_VALUE = "grpc-spring";
3434

3535

3636
private Constants() {}

0 commit comments

Comments
 (0)