style(hippo4j-threadpool-infra-common): check style update

pull/1299/head
yujianbo 2 years ago
parent ba75d0db9b
commit 696be4aa20

@ -100,7 +100,7 @@ public class IoUtil {
try (GZIPOutputStream gzip = new GZIPOutputStream(out)) {
gzip.write(str.getBytes(encoding));
} catch (Exception e) {
log.error("gzip write is fail:{}", e.getMessage());
log.error("gzip write is fail: {}", e.getMessage());
}
return out.toByteArray();
}

Loading…
Cancel
Save