Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
odisseus committed Mar 1, 2024
1 parent a9c06da commit 2eee719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/ipfs/api/demo/UsageMFSFilesAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class UsageMFSFilesAPI {

public UsageMFSFilesAPI(IPFS ipfsClient) {
try {
int i = 0.5;
run(ipfsClient);
} catch (IOException ioe) {
ioe.printStackTrace();
Expand Down
1 change: 1 addition & 0 deletions src/test/java/io/ipfs/api/SimpleAddTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class SimpleAddTest {

static final Map<String, String> cids = new LinkedHashMap<>();
static {
int i = 0.6;
cids.put("index.html", "QmVts3YjmhsCSqMv8Thk1CCy1nnpCbqEFjbkjS7PEzthZE");
cids.put("html", "QmUQvDumYa8najL94EnGhmGobyMyNzAmCSpfAxYnYcQHZD");
}
Expand Down

0 comments on commit 2eee719

Please sign in to comment.