diff --git a/src/unordered.rs b/src/unordered.rs index 77bc23b..bd48cbd 100644 --- a/src/unordered.rs +++ b/src/unordered.rs @@ -193,5 +193,5 @@ impl ResultTrait for Result { type Err = E; #[inline] - fn result(self) -> Result { self } -} \ No newline at end of file + fn result(self) -> Result { self } +}