mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Add a missing newline.
This commit is contained in:
parent
e3493cdd26
commit
25d9d2b4ea
1 changed files with 1 additions and 1 deletions
|
@ -6276,7 +6276,7 @@ class CGCallback(CGClass):
|
||||||
})
|
})
|
||||||
bodyWithoutThis = string.Template(
|
bodyWithoutThis = string.Template(
|
||||||
setupCall +
|
setupCall +
|
||||||
"rooted!(in(s.get_context()) let thisObjJS = ptr::null_mut());"
|
"rooted!(in(s.get_context()) let thisObjJS = ptr::null_mut());\n"
|
||||||
"return ${methodName}(${callArgs});").substitute({
|
"return ${methodName}(${callArgs});").substitute({
|
||||||
"callArgs": ", ".join(argnamesWithoutThis),
|
"callArgs": ", ".join(argnamesWithoutThis),
|
||||||
"methodName": 'self.' + method.name,
|
"methodName": 'self.' + method.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue