command/diff: whitespace

This commit is contained in:
Mitchell Hashimoto 2014-06-19 13:51:28 -07:00
parent 26550b9ddd
commit c646c9c9ad
1 changed files with 1 additions and 0 deletions

View File

@ -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")