Skip to content

Commit 9721758

Browse files
committed
Fix missing trailing newline.
1 parent 30c621c commit 9721758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/core/src/test/java/com/google/protobuf/GeneratedMessagePre22ErrorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ public void extendableMessage_makeExtensionsImmutableShouldError() {
5050
Throwable e = assertThrows(UnsupportedOperationException.class, () -> msg.makeExtensionsImmutable());
5151
assertThat(e).hasMessageThat().contains(GeneratedMessage.PRE22_GENCODE_VULNERABILITY_MESSAGE);
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)