app/vmselect/netstorage: make fmt

This commit is contained in:
Aliaksandr Valialkin 2020-01-17 17:46:20 +02:00
parent 7327adbc86
commit cdcacaea6d

View file

@ -37,7 +37,7 @@ func maxInmemoryTmpBlocksFile() int {
return 64 * 1024
}
if maxLen > 4*1024*1024 {
return 4*1024*1024
return 4 * 1024 * 1024
}
return maxLen
}