From c646c9c9add009a712055d0663ffbbdd4d9ecc27 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Jun 2014 13:51:28 -0700 Subject: [PATCH] command/diff: whitespace --- command/diff_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/diff_test.go b/command/diff_test.go index 54121732d6..77e2262e76 100644 --- a/command/diff_test.go +++ b/command/diff_test.go @@ -33,6 +33,7 @@ func TestDiff_noState(t *testing.T) { t.Fatalf("bad: %#v", p.DiffState) } } + func TestDiff_state(t *testing.T) { // Write out some prior state tf, err := ioutil.TempFile("", "tf")