Skip to content

Commit 5dd9987

Browse files
committed
Checkstyle
1 parent 526dce8 commit 5dd9987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver-core/src/main/com/mongodb/client/model/expressions/Branches.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.function.Function;
2222

2323
public final class Branches<T extends Expression> {
24-
24+
2525
Branches() {
2626
}
2727

driver-core/src/test/functional/com/mongodb/client/model/expressions/ControlExpressionsFunctionalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void switchTypesTest() {
145145
.join(e -> e).concat(of(" - array")))));
146146
}
147147

148-
private <T extends Expression> BranchesIntermediary<T, StringExpression> branches(Branches<T> on) {
148+
private <T extends Expression> BranchesIntermediary<T, StringExpression> branches(final Branches<T> on) {
149149
return on.is(v -> of(true), v -> of("A"));
150150
}
151151

0 commit comments

Comments
 (0)