Skip to content

Commit f37eee2

Browse files
author
Lewis Headden
committed
Fix line-spacing
1 parent 6cf2c64 commit f37eee2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

kubernetes/src/main/java/io/kubernetes/client/custom/BaseExponent.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
public class BaseExponent {
44

55
private final int base;
6-
76
private final int exponent;
8-
97
private final Quantity.Format format;
10-
public BaseExponent(int base, int exponent, Quantity.Format format) {
8+
9+
public BaseExponent(final int base, final int exponent, final Quantity.Format format) {
1110
this.base = base;
1211
this.exponent = exponent;
1312
this.format = format;

0 commit comments

Comments
 (0)