Fix clippy and fmt

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-05-26 11:33:59 +03:00
parent fc88b003b4
commit ce9c930d10
No known key found for this signature in database
GPG key ID: 3194FD8C1AE300EF
3 changed files with 4 additions and 6 deletions

View file

@ -33,7 +33,6 @@ pub fn default_snapshot_settings_for_test<'a>(
let filename = path.file_name().unwrap().to_str().unwrap();
settings.set_omit_expression(true);
<<<<<<< HEAD
fn uuid_in_message_redaction(content: Content, _content_path: ContentPath) -> Content {
match &content {
Content::String(s) => {