command: better whitespace in state formatting
This commit is contained in:
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…
Reference in New Issue