mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
style(script): address test-tidy
errors
This commit is contained in:
parent
a6b2f75656
commit
d733abfca0
3 changed files with 6 additions and 2 deletions
|
@ -6001,7 +6001,7 @@ class CGDOMJSProxyHandler_set(CGAbstractExternMethod):
|
|||
|
||||
js::jsapi::SetPropertyIgnoringNamedGetter(
|
||||
*cx, proxy, id, v, receiver, own_desc.handle().into(), opresult)
|
||||
""") % { "maybeCrossOriginSet": maybeCrossOriginSet }
|
||||
""") % {"maybeCrossOriginSet": maybeCrossOriginSet}
|
||||
|
||||
def definition_body(self):
|
||||
return CGGeneric(self.getBody())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue