File tree Expand file tree Collapse file tree
framework/src/test/java/org/tron/common/utils Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments