Skip to content

Commit 06d268c

Browse files
committed
sptls
1 parent 6b4301d commit 06d268c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaKeyStoreLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ OpcUaKeyStoreLoader load(final Path baseDir, final char[] password) throws Excep
6363
LOGGER.info("Loading KeyStore at {}", serverKeyStore);
6464

6565
if (serverKeyStore.exists()) {
66-
try (InputStream is = Files.newInputStream(serverKeyStore.toPath())){
66+
try (InputStream is = Files.newInputStream(serverKeyStore.toPath())) {
6767
keyStore.load(is, password);
6868
} catch (final IOException e) {
6969
LOGGER.warn("Load keyStore failed, the existing keyStore may be stale, re-constructing...");

0 commit comments

Comments
 (0)