Skip to content

Commit edba0c7

Browse files
committed
Format code
1 parent 3bae1d7 commit edba0c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry/src/main/java/io/sentry/protocol/SentryId.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public int hashCode() {
5959
return lazyStringValue.getValue().hashCode();
6060
}
6161

62-
6362
private @NotNull String normalize(@NotNull String uuidString) {
6463
return StringUtils.normalizeUUID(uuidString).replace("-", "");
6564
}

0 commit comments

Comments
 (0)