Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
karo-moia committed Jan 10, 2023
1 parent aefb233 commit 6da7774
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/saved_objects/saved_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func (p *SavedObjectsProvider) GetObject(ctx context.Context, obj *SavedObjectOS
}

res, err := p.httpClient.Do(req)

if err != nil {
return nil, diag.FromErr(fmt.Errorf("GET '%v' failed: %w", req.URL.String(), err))
}
Expand Down
1 change: 0 additions & 1 deletion pkg/saved_objects/saved_objects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func TestIgnoreFieldsOnIndexPatternProperty(t *testing.T) {
if tC.expectFields != hasFields {
t.Errorf("Expected field presence: %v but actual field presence was %v", tC.expectFields, hasFields)
}

})
}
}
Expand Down

0 comments on commit 6da7774

Please sign in to comment.