style: Appease tidy.

This commit is contained in:
Emilio Cobos Álvarez 2019-07-08 12:58:20 +02:00
parent 55966412af
commit 03a8e57b9c
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

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