diff --git a/viper_test.go b/viper_test.go index ad20da8..b459937 100644 --- a/viper_test.go +++ b/viper_test.go @@ -164,4 +164,4 @@ func TestMarshal(t *testing.T) { t.Fatalf("unable to decode into struct, %v", err) } assert.Equal(t, &C, &config{Name: "Steve", Port: 1234}) -} \ No newline at end of file +}