Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr.malkowski committed Jan 27, 2025
1 parent 51bfa7d commit 992d01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationContext;
import reactor.core.publisher.Mono;
// TODO: Add test class

public class PythonBruteForceSolver extends SharpSatSolver {
// TODO: Add test class
private final String scriptPath;
private final ApplicationContext context;

Expand Down

0 comments on commit 992d01f

Please sign in to comment.