Skip to content

Commit cadba1e

Browse files
fix(db): fix sonar check
1 parent 91bc212 commit cadba1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework/src/main/java/org/tron/program/DBConvert.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ public static int run(String[] args) {
142142
// convert v2
143143
if (cpList != null) {
144144
cpList.forEach(f -> res.add(esDb.submit(
145-
new DBConvert(dbSrc+"/"+CHECKPOINT_V2_DIR_NAME,
146-
dbDst+"/"+CHECKPOINT_V2_DIR_NAME, f.getName()))));
145+
new DBConvert(dbSrc + "/" + CHECKPOINT_V2_DIR_NAME,
146+
dbDst + "/" + CHECKPOINT_V2_DIR_NAME, f.getName()))));
147147
}
148148

149149
int fails = res.size();

0 commit comments

Comments
 (0)