aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/root.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/root.zig b/src/web/root.zig
index c9c1b08..d027dc8 100644
--- a/src/web/root.zig
+++ b/src/web/root.zig
@@ -24,4 +24,3 @@ const document: html.Element = .native(.html, .{}, .children(&.{
pub const interfaces: []const http.handler.Interface = &.{
Static(.index, document.toDocument()).interface(),
};
-