Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Dec 18, 2024
1 parent c4de991 commit a50d4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/keyvault/client/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ type keyVaultDetails struct {

func getCachedKeyVaule(key string) (keyVaultDetails, bool) {
keysmith.RLock()
defer keysmith.RUnlock()
v, ok := keyVaultsCache[key]
keysmith.RUnlock()
return v, ok
}

Expand Down

0 comments on commit a50d4e7

Please sign in to comment.