Skip to content

Commit 8469a44

Browse files
87flowersandrewrk
authored andcommitted
std/http/Client: Remove TODO comments on indentation
1 parent 87172ee commit 8469a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/std/http/Client.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ pub const Request = struct {
959959

960960
pub const WaitError = RequestError || SendError || TransferReadError ||
961961
proto.HeadersParser.CheckCompleteHeadError || Response.ParseError ||
962-
error{ // TODO: file zig fmt issue for this bad indentation
962+
error{
963963
TooManyHttpRedirects,
964964
RedirectRequiresResend,
965965
HttpRedirectLocationMissing,
@@ -1539,7 +1539,7 @@ pub fn connect(
15391539

15401540
pub const RequestError = ConnectTcpError || ConnectErrorPartial || Request.SendError ||
15411541
std.fmt.ParseIntError || Connection.WriteError ||
1542-
error{ // TODO: file a zig fmt issue for this bad indentation
1542+
error{
15431543
UnsupportedUriScheme,
15441544
UriMissingHost,
15451545

0 commit comments

Comments
 (0)