Skip to content

Commit 5199ec0

Browse files
committed
fix: typo
1 parent 9faf9ad commit 5199ec0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

services/auth/shortcut.go

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ import (
1818
// And Shortcut solves this problem by:
1919
//
2020
// NewGroup(
21-
// Shortcut{&OAuth2, &conan.Auth},
22-
// &OAuth2,
21+
// Shortcut{
22+
// &OAuth2{},
23+
// &conan.Auth{},
24+
// },
25+
// &OAuth2{},
2326
// &auth.Basic{},
2427
// &nuget.Auth{},
2528
// &conan.Auth{},

0 commit comments

Comments
 (0)