Skip to content

Commit a4bfe6b

Browse files
authored
Merge pull request #28 from RUB-NDS/formating
Fixed formatting
2 parents c01558d + 623eec2 commit a4bfe6b

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)