From 54db08a60f2f58de8483abf700e1d6e423eb123d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 17 Jan 2020 17:46:20 +0200 Subject: [PATCH] app/vmselect/netstorage: `make fmt` --- app/vmselect/netstorage/tmp_blocks_file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmselect/netstorage/tmp_blocks_file.go b/app/vmselect/netstorage/tmp_blocks_file.go index 9f6f072ed3..8e5542f12b 100644 --- a/app/vmselect/netstorage/tmp_blocks_file.go +++ b/app/vmselect/netstorage/tmp_blocks_file.go @@ -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 }