mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
zig fmt
This commit is contained in:
@@ -295,7 +295,7 @@ pub const Node = struct {
|
|||||||
// if self is the document, and we already know other is in the
|
// if self is the document, and we already know other is in the
|
||||||
// document, then other is contained by and following self.
|
// document, then other is contained by and following self.
|
||||||
return @intFromEnum(parser.DocumentPosition.following) +
|
return @intFromEnum(parser.DocumentPosition.following) +
|
||||||
@intFromEnum(parser.DocumentPosition.contained_by);
|
@intFromEnum(parser.DocumentPosition.contained_by);
|
||||||
}
|
}
|
||||||
|
|
||||||
const rootself = try parser.nodeGetRootNode(self);
|
const rootself = try parser.nodeGetRootNode(self);
|
||||||
|
|||||||
Reference in New Issue
Block a user