Skip to content

Commit 8bb61f0

Browse files
author
Sunny Jiao
committed
fix style
1 parent 9831206 commit 8bb61f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework/src/main/java/org/tron/core/Wallet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ public WitnessList getPaginatedNowWitnessList(long offset, long limit) throws
786786
return retry error.
787787
*/
788788
if (chainBaseManager.getDynamicPropertiesStore().getStateFlag() == 1) {
789-
String message = "Service temporarily unavailable during maintenance period. " +
790-
"Please try again later.";
789+
String message =
790+
"Service temporarily unavailable during maintenance period. Please try again later.";
791791
throw new MaintenanceUnavailableException(message);
792792
}
793793
// It contains the final vote count at the end of the last epoch.

0 commit comments

Comments
 (0)