Skip to content

Commit 744ee1c

Browse files
committed
format code
1 parent 1bdc2ee commit 744ee1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/util

hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/util/VersionUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static Properties loadProperties() {
109109

110110
try (InputStream is =
111111
VersionUtil.class.getResourceAsStream("/version.properties")) {
112-
props.load(is);
112+
props.load(is);
113113
} catch (IOException e) {
114114
throw new RuntimeException("Could not load version.properties", e);
115115
}

0 commit comments

Comments
 (0)