Remove redundant parameter and fix typos

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-11-10 11:05:31 +08:00
parent 01de03c7d0
commit b6fe99530c
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func printTable(out io.Writer, stacks []*stack) {
type stack struct {
// Name is the name of the stack
Name string
Name string
// Services is the number of the services
Services int
}