mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Appease tidy.
This commit is contained in:
parent
55966412af
commit
03a8e57b9c
1 changed files with 3 additions and 1 deletions
|
@ -1097,7 +1097,9 @@ fn static_assert() {
|
|||
TrackListValue::TrackSize(size) => size,
|
||||
// FIXME(emilio): This shouldn't be
|
||||
// representable in the first place.
|
||||
TrackListValue::TrackRepeat(..) => unreachable!("Shouldn't have track-repeats in computed track lists"),
|
||||
TrackListValue::TrackRepeat(..) => {
|
||||
unreachable!("Shouldn't have track-repeats in computed track lists")
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue