mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Add a missing newline.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user