Skip to content

Commit e62e5df

Browse files
committed
README: fix example code spacing
1 parent 1bd7422 commit e62e5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Named parameters can be accessed `request.Context`:
136136

137137
```go
138138
func Hello(w http.ResponseWriter, r *http.Request) {
139-
params := httprouter.ParamsFromContext(r.Context())
139+
params := httprouter.ParamsFromContext(r.Context())
140140

141141
fmt.Fprintf(w, "hello, %s!\n", params.ByName("name"))
142142
}

0 commit comments

Comments
 (0)