Skip to content

Commit 0cebb55

Browse files
committed
Formatting
1 parent 8302055 commit 0cebb55

File tree

1 file changed

+2
-2
lines changed
  • liquidjava-verifier/src/main/java/liquidjava/rj_language

1 file changed

+2
-2
lines changed

liquidjava-verifier/src/main/java/liquidjava/rj_language/Predicate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ private static boolean containsConjunct(Predicate c1, Predicate c2) {
220220
}
221221

222222
/**
223-
* Creates a new predicate representing the conjunction of c1 and c2
224-
* Contains simplification rules for redundant conjuncts such as not adding conjunct if already present in conjunction
223+
* Creates a new predicate representing the conjunction of c1 and c2 Contains simplification rules for redundant
224+
* conjuncts such as not adding conjunct if already present in conjunction
225225
*/
226226
public static Predicate createConjunction(Predicate c1, Predicate c2) {
227227
// simplification: (true && x) = x, (false && x) = false

0 commit comments

Comments
 (0)