Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Nov 29, 2024
1 parent 5ad1be1 commit cef75fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions internal/builtin/data_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import (
"os"
"path/filepath"

"gopkg.in/yaml.v3"

"github.com/hashicorp/hcl/v2"
"github.com/zclconf/go-cty/cty"
"gopkg.in/yaml.v3"

"github.com/blackstork-io/fabric/pkg/diagnostics"
"github.com/blackstork-io/fabric/plugin"
Expand Down
2 changes: 0 additions & 2 deletions internal/builtin/data_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func Test_fetchYAMLData(t *testing.T) {
slog.Info("WHAT1", "data", data)
slog.Info("WHAT2", "diag", diag)


diags.Extend(diag)
}
assert.Equal(t, tc.expectedData, data)
Expand All @@ -174,4 +173,3 @@ func Test_readYAMLFilesCancellation(t *testing.T) {
assert.Nil(t, data)
assert.Error(t, context.Canceled, err)
}

0 comments on commit cef75fe

Please sign in to comment.