Skip to content

Commit

Permalink
Fix nlreturn warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 17, 2021
1 parent c0694b0 commit 7287e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/backend.go
Expand Up @@ -307,6 +307,7 @@ func (b *Backend) resolveNameCache(name, streamIsolationID string) *string {

if dd, ok := cache.Get(name); ok {
v := dd.(*string)

return v
}

Expand Down

0 comments on commit 7287e92

Please sign in to comment.