command: better whitespace in state formatting

pull/19/head
Mitchell Hashimoto 12 years ago
parent 2bf6f380dc
commit 00ebedb4fb

@ -78,5 +78,5 @@ func FormatState(s *terraform.State, c *colorstring.Colorize) string {
}
}
return strings.TrimSpace(c.Color(buf.String()))
return c.Color(strings.TrimSpace(buf.String()))
}

Loading…
Cancel
Save