Browse Source

Fix: linter

Marcin Kubica 4 năm trước cách đây
mục cha
commit
c65dbf6ce2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      pkg/provider/oracle/oracle_test.go

+ 0 - 1
pkg/provider/oracle/oracle_test.go

@@ -283,7 +283,6 @@ func TestValidateStore(t *testing.T) {
 	}
 	p := VaultManagementService{}
 	for _, tc := range testCases {
-
 		err := p.ValidateStore(tc.store)
 		if tc.err != nil && err.Error() != tc.err.Error() {
 			t.Errorf("test failed! want %v, got %v", tc.err, err)