From dfb5c52131738d15af9987aff02751fa212863f9 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 30 Jan 2015 23:18:00 +0100 Subject: [PATCH] Split overlong line. --- components/style/properties.mako.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index 6dc140c993c..8b2bdb6398c 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -1807,7 +1807,9 @@ pub mod longhands { ${single_keyword("mix-blend-mode", - "normal multiply screen overlay darken lighten color-dodge color-burn hard-light soft-light difference exclusion hue saturation color luminosity")} + """normal multiply screen overlay darken lighten color-dodge + color-burn hard-light soft-light difference exclusion hue + saturation color luminosity""")} }