Skip to content

Commit

Permalink
fix separator (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
KannarFr authored Apr 4, 2024
1 parent 193d0a6 commit a1ceba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/biscuitsec/biscuit/error/Error.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public int hashCode() {
public String toString() {
return "Version{" +
"minimum=" + minimum +
"maximum=" + maximum +
", maximum=" + maximum +
", actual=" + actual +
'}';
}
Expand Down

0 comments on commit a1ceba4

Please sign in to comment.