Skip to content

Commit

Permalink
#2208: violations
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jul 10, 2023
1 parent 7d2e82e commit beac684
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public void exec() throws IOException {
project -> () -> {
final int built;
if (
project.isDirectory() &&
project.toPath().resolve("Cargo.toml").toFile().exists()
project.isDirectory()
&& project.toPath().resolve("Cargo.toml").toFile().exists()
) {
this.build(project);
built = 1;
Expand Down

0 comments on commit beac684

Please sign in to comment.