Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfaxenator committed Oct 13, 2024
1 parent 30f4e65 commit cc18107
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 @@ -155,7 +155,7 @@ func (i *Inertia) buildPage(r *http.Request, component string, props Props) (*pa
}

func (i *Inertia) prepareProps(r *http.Request, component string, props Props) (Props, error) {
mut:=new(sync.Mutex)
mut := sync.Mutex{}
result := make(Props)

{
Expand Down

0 comments on commit cc18107

Please sign in to comment.