Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Sep 19, 2024
1 parent ebb653b commit dabf7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/sink/encoder/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ mod tests {
res.push_str("Map({\n");
for (k, v) in m.iter().sorted_by_key(|(k, _v)| *k) {
res.push_str(&format!(
" {}: {}, \n",
" {}: {},\n",
print_proto(&k.clone().into()),
print_proto(v)
));
Expand Down

0 comments on commit dabf7e8

Please sign in to comment.