Skip to content

Commit 1af2513

Browse files
committed
zig fmt
1 parent 4d9053a commit 1af2513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub const URL = struct {
154154

155155
out_i -= 2;
156156
while (out_i > 1 and out[out_i - 1] != '/') {
157-
out_i -= 1;
157+
out_i -= 1;
158158
}
159159
// <= to deal with the hack-ish protocol_end which will be off-by-one between http and https
160160
if (out_i <= protocol_end) return error.InvalidURL;

0 commit comments

Comments
 (0)