Skip to content

Commit c4bcbdd

Browse files
committed
fix formatting
1 parent a814e33 commit c4bcbdd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

parquet-protobuf/src/main/java/org/apache/parquet/proto/ProtoWriteSupport.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,9 @@ final void writeField(Object value) {
445445

446446
private void writeAllFields(MessageOrBuilder pb) {
447447
Descriptor messageDescriptor = pb.getDescriptorForType();
448-
String syntax =
449-
messageDescriptor.getFile().toProto().getSyntax();
448+
String syntax = messageDescriptor.getFile().toProto().getSyntax();
450449
if ("editions".equals(syntax)) {
451-
throw new UnsupportedOperationException("protocol buffers 'editions' not supported");
450+
throw new UnsupportedOperationException("protocol buffers 'editions' not supported");
452451
}
453452
boolean isProto2 = !"proto3".equals(syntax);
454453

0 commit comments

Comments
 (0)