add gofmt checks to Vault and format existing code (#2745)

This commit is contained in:
emily
2017-05-19 05:34:17 -07:00
committed by Vishal Nayak
parent 3ba9486ba9
commit 38ffde5a9d
8 changed files with 37 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ func (c *AuditEnableCommand) Run(args []string) int {
}
err = client.Sys().EnableAuditWithOptions(path, &api.EnableAuditOptions{
Type: auditType,
Type: auditType,
Description: desc,
Options: opts,
Local: local,