mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-12 09:01:58 -06:00
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
Block a user