Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Apr 12, 2023
1 parent 223da8c commit 6e9d8c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vector-buffers/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ mod test {
}
}

const BUFFER_CONFIG_NO_MATCH_ERR: &str = "data did not match any variant of untagged enum BufferConfig";
const BUFFER_CONFIG_NO_MATCH_ERR: &str =
"data did not match any variant of untagged enum BufferConfig";

#[test]
fn parse_empty() {
Expand Down

0 comments on commit 6e9d8c2

Please sign in to comment.