Skip to content

Commit

Permalink
refactor: remove redundant comment (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackielii authored Apr 4, 2024
1 parent ac07d85 commit 9cd51fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/templ/generatecmd/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ func TestProxy(t *testing.T) {
}
}
err = scanner.Err()
// We expect the connection to be closed by the server: this is the only way to terminate the sse connection.
if err != nil {
errChan <- err
return
Expand Down

0 comments on commit 9cd51fe

Please sign in to comment.