mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
Address linter issue
This commit is contained in:
parent
474261f12f
commit
6f2fe3afe1
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
|
@ -784,7 +784,7 @@ func (api *API) Node() *Node {
|
|||
|
||||
// Usage gets the disk usage per index
|
||||
func (api *API) Usage() (map[string]int64, int64, error) {
|
||||
indexSizes := make(map[string]int64, 0)
|
||||
indexSizes := make(map[string]int64)
|
||||
var totalSize int64
|
||||
|
||||
dirName, err := expandDirName(api.server.dataDir)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue