Skip to content

Commit 7cee621

Browse files
github-actions[bot]adwsingh
authored andcommitted
Auto-format: apply spotless formatting
1 parent 1ed1eaa commit 7cee621

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • core/src/main/java/software/amazon/smithy/java/core

core/src/main/java/software/amazon/smithy/java/core/Version.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ public final class Version {
2626

2727
static String getVersion() {
2828
try (InputStream is = Objects.requireNonNull(Version.class.getResourceAsStream(VERSION_RESOURCE_FILE))) {
29-
var properties = new Properties();
30-
properties.load(is);
31-
return properties.get(VERSION_PROPERTY).toString();
29+
var properties = new Properties();
30+
properties.load(is);
31+
return properties.get(VERSION_PROPERTY).toString();
3232
} catch (IOException e) {
33-
throw new UncheckedIOException(e);
33+
throw new UncheckedIOException(e);
3434
}
3535
}
3636

0 commit comments

Comments
 (0)