Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbreaker committed Jul 5, 2023
1 parent 868c5e5 commit 5e11500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public static Object getValueFromField(FieldDescriptor desc, Message message) {
FieldDescriptor.Type type = desc.getType();
// Ensure the right Java representation is used in resulting array.
if (v != null
&& (type == FieldDescriptor.Type.UINT32
&& (type == FieldDescriptor.Type.UINT32
|| type == FieldDescriptor.Type.UINT64
|| type == FieldDescriptor.Type.FIXED32
|| type == FieldDescriptor.Type.FIXED64)) {
Expand Down

0 comments on commit 5e11500

Please sign in to comment.