Skip to content

Commit 9018892

Browse files
[autofix.ci] apply automated fixes
1 parent cfcad60 commit 9018892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mitmproxy-rs/src/contentview.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ impl InteractiveContentview {
6262
self_.as_super().name()
6363
))
6464
}
65-
}
65+
}

src/contentviews/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ pub trait Prettify: Send + Sync {
4949

5050
pub trait Reencode: Send + Sync {
5151
fn serialize(&self, data: String) -> Result<Vec<u8>, ReencodeError>;
52-
}
52+
}

0 commit comments

Comments
 (0)