Skip to content

Commit

Permalink
fix: Add missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Oct 10, 2024
1 parent eafbd6a commit 7d19f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/kit/provideq/toolbox/Solution.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ public String toString() {
+ "status=" + status + ", "
+ "metaData=" + metaData + ", "
+ "debugData=" + debugData + ", "
+ "solutionData" + solutionData + ']';
+ "solutionData=" + solutionData + ']';
}
}

0 comments on commit 7d19f77

Please sign in to comment.