Skip to content

Commit 17d7a9a

Browse files
committed
Newline while we're here
1 parent 8befd6a commit 17d7a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/src/main/java/com/velocitypowered/proxy/Metrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ private static String javaVersion(Runtime.Version v) {
142142
.collect(Collectors.joining("."))
143143
+ v.pre().map(p -> "-" + p).orElse("");
144144
}
145-
}
145+
}

0 commit comments

Comments
 (0)