File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
15401540pub 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
You can’t perform that action at this time.
0 commit comments