Skip to content

Commit

Permalink
fixup! Add servo as browser option
Browse files Browse the repository at this point in the history
Alphabetize `derive`s for `Browser`.
  • Loading branch information
ErichDonGubler committed May 10, 2024
1 parent 3fa0570 commit ec657f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ impl Display for MetadataTestPathError<'_> {
}
}

#[derive(Copy, Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, ValueEnum)]
#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, ValueEnum)]
pub(crate) enum Browser {
Firefox,
Servo,
Expand Down

0 comments on commit ec657f3

Please sign in to comment.