style: Appease tidy.

This commit is contained in:
Emilio Cobos Álvarez 2019-05-25 03:19:12 +02:00
parent 81f40a57e4
commit e3e826d4fb
3 changed files with 9 additions and 6 deletions

View file

@ -136,7 +136,10 @@
% endif
use crate::values::computed::ComputedVecIter;
<% is_shared_list = allow_empty and allow_empty != "NotInitial" and data.longhands_by_name[name].style_struct.inherited %>
<%
is_shared_list = allow_empty and allow_empty != "NotInitial" and \
data.longhands_by_name[name].style_struct.inherited
%>
// FIXME(emilio): Add an OwnedNonEmptySlice type, and figure out
// something for transition-name, which is the only remaining user