mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
command/diff: whitespace
This commit is contained in:
parent
26550b9ddd
commit
c646c9c9ad
@ -33,6 +33,7 @@ func TestDiff_noState(t *testing.T) {
|
|||||||
t.Fatalf("bad: %#v", p.DiffState)
|
t.Fatalf("bad: %#v", p.DiffState)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDiff_state(t *testing.T) {
|
func TestDiff_state(t *testing.T) {
|
||||||
// Write out some prior state
|
// Write out some prior state
|
||||||
tf, err := ioutil.TempFile("", "tf")
|
tf, err := ioutil.TempFile("", "tf")
|
||||||
|
Loading…
Reference in New Issue
Block a user