Skip to content

Commit aabc004

Browse files
committed
format code
1 parent f0f0b0f commit aabc004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainbase/src/main/java/org/tron/core/db2/core/SnapshotManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public List<String> getCheckpointList() {
423423

424424
private void deleteCheckpoint() {
425425
if(checkTmpStore == null) {
426-
//only occurs in mock test. TODO fix test
426+
// only occurs in mock test. TODO fix test
427427
return;
428428
}
429429
try {

0 commit comments

Comments
 (0)