Skip to content

Commit 1e9c80e

Browse files
forfreedayliukai
authored andcommitted
feat(test): checkstyle
1 parent b2f830f commit 1e9c80e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework/src/test/java/org/tron/common/utils/PublicMethod.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static SmartContractOuterClass.SmartContract.ABI jsonStr2Abi(String jsonS
138138

139139
/** constructor. */
140140
public static SmartContractOuterClass.SmartContract.ABI.Entry.EntryType
141-
getEntryType(String type) {
141+
getEntryType(String type) {
142142
switch (type) {
143143
case "constructor":
144144
return SmartContractOuterClass.SmartContract.ABI.Entry.EntryType.Constructor;
@@ -158,7 +158,7 @@ public static SmartContractOuterClass.SmartContract.ABI jsonStr2Abi(String jsonS
158158

159159
/** constructor. */
160160
public static SmartContractOuterClass.SmartContract.ABI.Entry.StateMutabilityType
161-
getStateMutability(String stateMutability) {
161+
getStateMutability(String stateMutability) {
162162
switch (stateMutability) {
163163
case "pure":
164164
return SmartContractOuterClass.SmartContract.ABI.Entry.StateMutabilityType.Pure;

0 commit comments

Comments
 (0)