mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-16 04:48:10 -07:00
run cargo fmt
This commit is contained in:
committed by
Brad Warren
parent
94b989c3c0
commit
76ae8fccd9
+1
-4
@@ -157,10 +157,7 @@ impl Message {
|
||||
}
|
||||
Err(e) => Err(DiagParsingError::MessageParsingError(e, data)),
|
||||
},
|
||||
Err(err) => Err(DiagParsingError::HdlcDecapsulationError(
|
||||
err,
|
||||
data.to_vec(),
|
||||
)),
|
||||
Err(err) => Err(DiagParsingError::HdlcDecapsulationError(err, data.to_vec())),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user