Skip to content

Commit 07dec0d

Browse files
authored
Merge pull request #6392 from bladehan1/fix/only_checkstyle
fix(CheckStyle): only fix CheckStyle
2 parents 15e8c0e + 5c8f032 commit 07dec0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/src/test/java/org/tron/core/zksnark/ShieldedReceiveTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ public void testBroadcastBeforeAllowZksnark()
320320
}
321321

322322
/*
323-
* generate spendproof, dataToBeSigned, outputproof example dynamically according to the params file
323+
* generate spendproof, dataToBeSigned,
324+
* outputproof example dynamically according to the params file
324325
*/
325326
public String[] generateSpendAndOutputParams() throws ZksnarkException, BadItemException {
326327
librustzcashInitZksnarkParams();

0 commit comments

Comments
 (0)