Skip to content

Commit

Permalink
Update response.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfaxenator authored Oct 13, 2024
1 parent 5d3ae0c commit 6a9980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (i *Inertia) prepareProps(r *http.Request, component string, props Props) (
}

Check failure on line 229 in response.go

View workflow job for this annotation

GitHub Actions / audit

unnecessary trailing newline (whitespace)
wg.Wait()
close(errch)
allerr:=make([]error,len(result))
allerr:=make([]error,0)
for e:= range errch {

Check failure on line 233 in response.go

View workflow job for this annotation

GitHub Actions / audit

unnecessary leading newline (whitespace)

allerr= append(allerr,e)
Expand Down

0 comments on commit 6a9980d

Please sign in to comment.