Skip to content

Commit e530050

Browse files
grpc-api/stub: Check style issue for InternalTimeUtils
1 parent 7e46762 commit e530050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/grpc/InternalTimeUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@Internal
2222
public final class InternalTimeUtils {
23-
public static long convert(Duration duration){
23+
public static long convert(Duration duration) {
2424
return TimeUtils.convertToNanos(duration);
2525
}
2626
}

0 commit comments

Comments
 (0)