Skip to content

Commit 4834645

Browse files
committed
Update use function parameter list syntax
1 parent 16fdca2 commit 4834645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/public/public.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ type AcquireInteractiveOption interface {
534534
// WithSystemBrowserOptions sets the optional success and error pages.
535535
// The error page supports two optional html template variables {{.Code}} and {{.Err}},
536536
// which will be replaced with the corresponding error code, and descriptions.
537-
func WithSystemBrowserOptions(successPage []byte, errorPage []byte) interface {
537+
func WithSystemBrowserOptions(successPage, errorPage []byte) interface {
538538
AcquireInteractiveOption
539539
options.CallOption
540540
} {

0 commit comments

Comments
 (0)