Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Sep 13, 2024
1 parent 0a2d11e commit 2eedda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/codec/src/decoder/protobuf/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pub fn from_protobuf_value<'a>(
&key.clone().into(),
map_type.key(),
)?);
value_builder.append(from_protobuf_value(field_desc, &value, map_type.value())?);
value_builder.append(from_protobuf_value(field_desc, value, map_type.value())?);
}
let keys = key_builder.finish();
let values = value_builder.finish();
Expand Down

0 comments on commit 2eedda1

Please sign in to comment.