mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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(
|
||||
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({
|
||||
"callArgs": ", ".join(argnamesWithoutThis),
|
||||
"methodName": 'self.' + method.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue