Skip to content

Commit

Permalink
format poolcache
Browse files Browse the repository at this point in the history
  • Loading branch information
pranoyk committed Feb 27, 2023
1 parent af3323c commit 5746f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/fscache/poolcache.go
Expand Up @@ -47,7 +47,7 @@ type (
}

funcSvcGroup struct {
svcs map[string]*funcSvcInfo
svcs map[string]*funcSvcInfo
}

// PoolCache implements a simple cache implementation having values mapped by two keys [function][address].
Expand Down

0 comments on commit 5746f00

Please sign in to comment.