Skip to content

Commit

Permalink
crates/gazette: fix build error from raced PR merges
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Aug 29, 2024
1 parent 157761d commit 60536f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gazette/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl Error {
Error::BrokerStatus(_) => false,
Error::ConsumerStatus(_) => false,
Error::InvalidEndpoint(_) => false,
Error::Parsing(_, _) => false,
Error::Parsing { .. } => false,
Error::Protocol(_) => false,
Error::UUID(_) => false,
}
Expand Down

0 comments on commit 60536f4

Please sign in to comment.