Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfogre committed Jul 6, 2023
1 parent 9faf9ad commit 5199ec0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions services/auth/shortcut.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ import (
// And Shortcut solves this problem by:
//
// NewGroup(
// Shortcut{&OAuth2, &conan.Auth},
// &OAuth2,
// Shortcut{
// &OAuth2{},
// &conan.Auth{},
// },
// &OAuth2{},
// &auth.Basic{},
// &nuget.Auth{},
// &conan.Auth{},
Expand Down

0 comments on commit 5199ec0

Please sign in to comment.