whitespace fixes
This commit is contained in:
parent
8038e60a20
commit
b4b70193d2
|
@ -12,7 +12,6 @@ import (
|
|||
// This will only work operate on []interface{}, map[string]interface{}, and
|
||||
// primitive types.
|
||||
func encodeHCL(i interface{}) ([]byte, error) {
|
||||
|
||||
state := &encodeState{}
|
||||
err := state.encode(i)
|
||||
if err != nil {
|
||||
|
|
|
@ -6,9 +6,9 @@ variable "baz" {
|
|||
type = "map"
|
||||
|
||||
default = {
|
||||
"A" = "a"
|
||||
"B" = "b"
|
||||
interp = "${file("t.txt")}"
|
||||
"A" = "a"
|
||||
"B" = "b"
|
||||
interp = "${file("t.txt")}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue