Skip to content

Commit 9aec06b

Browse files
committed
style: Fix linter errors
1 parent 0c50d93 commit 9aec06b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

device/device_flow.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ type CodeResponse struct {
5454
Interval int
5555
}
5656

57-
// Function signature for setting additional form values.
57+
// AuthRequestEditorFn defines the function signature for setting additional form values.
5858
type AuthRequestEditorFn func(*url.Values)
5959

60+
// WithAudience sets the audience parameter in the request.
6061
func WithAudience(audience string) AuthRequestEditorFn {
6162
return func(values *url.Values) {
6263
if audience != "" {

0 commit comments

Comments
 (0)