mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Appease tidy.
This commit is contained in:
parent
81f40a57e4
commit
e3e826d4fb
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue