Skip to content

Commit 623eec2

Browse files
committed
Fixed formatting
1 parent c01558d commit 623eec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/rub/nds/modifiablevariable/bool/BooleanModificationFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ public static VariableModification<Boolean> createRandomModification() {
2828
}
2929
return null;
3030
}
31-
31+
3232
public static VariableModification<Boolean> toogle() {
3333
return new BooleanToogleModification();
3434
}
35-
35+
3636
public static VariableModification<Boolean> explicitValue(final boolean explicitValue) {
3737
return new BooleanExplicitValueModification(explicitValue);
3838
}

0 commit comments

Comments
 (0)