Skip to content

Commit

Permalink
style check
Browse files Browse the repository at this point in the history
  • Loading branch information
thangqp committed Nov 2, 2023
1 parent 1108a78 commit 34f82a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public boolean evaluateRule(Injection<?> injection) {
}
return true;
} else {
throw new PowsyblException("Not support combinator: " + this.getCombinator()) ;
throw new PowsyblException("Not support combinator: " + this.getCombinator());
}
}

Expand Down

0 comments on commit 34f82a3

Please sign in to comment.