Skip to content

Commit 412d0a0

Browse files
committed
solve checkstyle problem
1 parent 9563e13 commit 412d0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/main/java/org/tron/core/services/event/HistoryEventService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void close() {
4949
thread.interrupt();
5050
thread.join(1000);
5151
} catch (Exception e) {
52-
if (e instanceof InterruptedException){
52+
if (e instanceof InterruptedException) {
5353
Thread.currentThread().interrupt();
5454
}
5555
logger.warn("Wait close timeout, {}", e.getMessage());

0 commit comments

Comments
 (0)