Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Jun 19, 2024
1 parent 9a46b8e commit d6ab202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lib-std/src/result.sw
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl<T, E> Result<T, E> {
// - `err(self) -> Option<E>`
}

impl<T, E> Eq for Result<T, E>
impl<T, E> Eq for Result<T, E>
where
T: Eq,
E: Eq,
Expand Down

0 comments on commit d6ab202

Please sign in to comment.