Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Aug 23, 2024
1 parent d1aaf91 commit f6869e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oss/tencent.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func NewTencentCredentialProvider() (minioCred.Provider, error) {
if err != nil {
// try cvm role provider
provider = common.DefaultCvmRoleProvider()

}
cred, err := provider.GetCredential()
if err != nil {
Expand Down

0 comments on commit f6869e6

Please sign in to comment.