From bff2fd4649fccb5778d63fa2ab7d2254e60e3c36 Mon Sep 17 00:00:00 2001 From: zhengjiajie Date: Sat, 15 Sep 2018 17:24:59 +0800 Subject: [PATCH] zhengjiajie modify code style --- pkg/mcclient/modules/mod_res_results.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/mcclient/modules/mod_res_results.go b/pkg/mcclient/modules/mod_res_results.go index 630d27a24a..35aaae8a6b 100644 --- a/pkg/mcclient/modules/mod_res_results.go +++ b/pkg/mcclient/modules/mod_res_results.go @@ -6,7 +6,8 @@ var ( func init() { ResResults = NewMeterManager("res_result", "res_results", - []string{"res_id", "res_name", "cpu", "mem", "sys_disk","data_disk", "ips", "res_type", "band_width", "os_distribution", "os_version", "platform", "region_id", "project_name", "user_name","start_time", "end_time", "time_length", "cpu_amount", "mem_amount", "disk_amount", "baremetal_amount", "gpu_amount", "res_fee"}, + []string{"res_id", "res_name", "cpu", "mem", "sys_disk", "data_disk", "ips", "res_type", "band_width", "os_distribution", "os_version", "platform", "region_id", + "project_name", "user_name", "start_time", "end_time", "time_length", "cpu_amount", "mem_amount", "disk_amount", "baremetal_amount", "gpu_amount", "res_fee"}, []string{}, ) register(&ResResults)