Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bratanov <[email protected]>
  • Loading branch information
StefanBratanov committed Aug 29, 2024
1 parent aca99ba commit 3139236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/src/main/java/org/web3j/crypto/BlobUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public class BlobUtils {
}

private static void loadTrustedSetupParameters() {
CKZG4844JNI.loadTrustedSetupFromResource(BlobUtils.trustedSetupFilePath, BlobUtils.class,0);
CKZG4844JNI.loadTrustedSetupFromResource(
BlobUtils.trustedSetupFilePath, BlobUtils.class, 0);
}

public static Bytes getCommitment(Blob blobData) {
Expand Down

0 comments on commit 3139236

Please sign in to comment.