Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anasmuhmd committed Jul 28, 2024
1 parent d79c195 commit 4bc18f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/github/publish_github_gist.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/hashicorp/hcl/v2"
"github.com/zclconf/go-cty/cty"
"go.opentelemetry.io/otel/attribute"
nooptrace "go.opentelemetry.io/otel/trace/noop"

"github.com/blackstork-io/fabric/pkg/diagnostics"
"github.com/blackstork-io/fabric/plugin"
Expand All @@ -18,7 +19,6 @@ import (
"github.com/blackstork-io/fabric/print"
"github.com/blackstork-io/fabric/print/htmlprint"
"github.com/blackstork-io/fabric/print/mdprint"
nooptrace "go.opentelemetry.io/otel/trace/noop"
)

func makeGithubGistPublisher(loader ClientLoaderFn) *plugin.Publisher {
Expand Down

0 comments on commit 4bc18f7

Please sign in to comment.