mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
remove extra newline
This commit is contained in:
@@ -100,7 +100,6 @@ pub fn setInnerText(self: *Script, text: []const u8, page: *Page) !void {
|
||||
try self.asNode().setTextContent(text, page);
|
||||
}
|
||||
|
||||
|
||||
pub const JsApi = struct {
|
||||
pub const bridge = js.Bridge(Script);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user