diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index 6838114d3b1..11bd30136d7 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -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") + } } }; }