mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Fix tidy.
This commit is contained in:
parent
fc4998367b
commit
750c223021
4 changed files with 9 additions and 10 deletions
|
@ -69,16 +69,16 @@ def main():
|
|||
continue
|
||||
files[kind][struct] = render(
|
||||
file_name,
|
||||
product = product,
|
||||
data = properties,
|
||||
product=product,
|
||||
data=properties,
|
||||
)
|
||||
properties_template = os.path.join(BASE, "properties.mako.rs")
|
||||
files["properties"] = render(
|
||||
properties_template,
|
||||
product = product,
|
||||
data = properties,
|
||||
__file__ = properties_template,
|
||||
OUT_DIR = OUT_DIR,
|
||||
product=product,
|
||||
data=properties,
|
||||
__file__=properties_template,
|
||||
OUT_DIR=OUT_DIR,
|
||||
)
|
||||
if output == "style-crate":
|
||||
write(OUT_DIR, "properties.rs", files["properties"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue