Skip to content

Commit ca2758b

Browse files
committed
cleanup
1 parent b67fca1 commit ca2758b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/browser.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ pub const Page = struct {
251251
fn init(self: *Page, arena: Allocator, session: *Session) !void {
252252
const browser = session.browser;
253253
self.* = .{
254-
.window = try Window.create(null, null), // TODO why do we not call Window.create()?
254+
.window = try Window.create(null, null),
255255
.arena = arena,
256256
.doc = null,
257257
.raw_data = null,

0 commit comments

Comments
 (0)