From f2898479d41ad7d9e9984b080cc1f294d2e931d5 Mon Sep 17 00:00:00 2001 From: m5r Date: Fri, 7 Aug 2026 01:28:08 +0200 Subject: [PATCH] zig fmt src/safe_url.zig --- src/safe_url.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/safe_url.zig b/src/safe_url.zig index 12f32ab..623860a 100644 --- a/src/safe_url.zig +++ b/src/safe_url.zig @@ -326,7 +326,6 @@ pub fn redact(url: []const u8) SafeUrl { return .{ .scheme = scheme, .authority = cut(authority[at + 1 ..]) }; } - /// `text` up to the first `?`, `#` or `\`, each of which ends an authority. A /// `\` is here rather than in `redact`'s `/` cut because the `/` cut runs before /// the userinfo is located and a `\` before an `@` is not a separator under