Skip to content

Commit 00b537d

Browse files
authored
Fix formatting for
1 parent 40d31ef commit 00b537d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

transport/http.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ func (h *HTTP) Exchange(m *dns.Msg) (*dns.Msg, error) {
4141
TLSClientConfig: h.TLSConfig,
4242
AllowHTTP: true,
4343
}
44-
}
45-
else if h.HTTP3 {
44+
}else if h.HTTP3 {
4645
log.Debug("Using HTTP/3")
4746
h.conn.Transport = &http3.Transport{
4847
TLSClientConfig: h.TLSConfig,

0 commit comments

Comments
 (0)