From 03a8e57b9cdd2e2436180b923b6a1b04cbc138c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 8 Jul 2019 12:58:20 +0200 Subject: [PATCH] style: Appease tidy. --- components/style/properties/gecko.mako.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") + } } }; }