Bug 1564085 - Appease tidy.

This commit is contained in:
Emilio Cobos Álvarez 2019-07-08 12:58:20 +02:00
parent 9218bd63e4
commit 3f3d4a99c4

View File

@ -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")
}
}
};
}