Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jun 24, 2024
1 parent 7ea42db commit ae45e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/fisco/solc/compiler/test/SolcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public void ecdsaSolcTest() {
Assert.assertNotNull(solc);
Assert.assertTrue(solc.getExecutable().exists());
Assert.assertTrue(solc.getExecutable().canExecute());
}
catch (Exception e) {
} catch (Exception e) {
e.printStackTrace();
}
}
Expand Down

0 comments on commit ae45e62

Please sign in to comment.