fmt and clippy
This commit is contained in:
parent
5b021fec22
commit
34bf9780af
@ -442,7 +442,9 @@ impl<'app_data> PusTc<'app_data> {
|
||||
|
||||
impl PartialEq for PusTc<'_> {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self.sp_header == other.sp_header && self.sec_header == other.sec_header && self.app_data == other.app_data
|
||||
self.sp_header == other.sp_header
|
||||
&& self.sec_header == other.sec_header
|
||||
&& self.app_data == other.app_data
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user