Skip to content

Commit b46c181

Browse files
committed
zig fmt
1 parent e4f8909 commit b46c181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/dom/node.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ pub const Node = struct {
295295
// if self is the document, and we already know other is in the
296296
// document, then other is contained by and following self.
297297
return @intFromEnum(parser.DocumentPosition.following) +
298-
@intFromEnum(parser.DocumentPosition.contained_by);
298+
@intFromEnum(parser.DocumentPosition.contained_by);
299299
}
300300

301301
const rootself = try parser.nodeGetRootNode(self);

0 commit comments

Comments
 (0)