Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Jan 8, 2025
1 parent 257ee79 commit a86f4b3
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion internal/builtin/data_http.go
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ import (
"github.com/zclconf/go-cty/cty"

"github.com/blackstork-io/fabric/internal/builtin/utils"
u "github.com/blackstork-io/fabric/pkg/utils"
"github.com/blackstork-io/fabric/pkg/diagnostics"
u "github.com/blackstork-io/fabric/pkg/utils"
"github.com/blackstork-io/fabric/plugin"
"github.com/blackstork-io/fabric/plugin/dataspec"
"github.com/blackstork-io/fabric/plugin/dataspec/constraint"
5 changes: 2 additions & 3 deletions internal/builtin/data_rss.go
Original file line number Diff line number Diff line change
@@ -11,7 +11,9 @@ import (
"sync"
"time"

readability "github.com/go-shiori/go-readability"
"github.com/hashicorp/hcl/v2"
"github.com/microcosm-cc/bluemonday"
"github.com/mmcdole/gofeed"
"github.com/zclconf/go-cty/cty"

@@ -21,9 +23,6 @@ import (
"github.com/blackstork-io/fabric/plugin/dataspec"
"github.com/blackstork-io/fabric/plugin/dataspec/constraint"
"github.com/blackstork-io/fabric/plugin/plugindata"

readability "github.com/go-shiori/go-readability"
"github.com/microcosm-cc/bluemonday"
)

const (
1 change: 0 additions & 1 deletion plugin/dataspec/attr_spec.go
Original file line number Diff line number Diff line change
@@ -72,7 +72,6 @@ func formatType(buf *strings.Builder, t cty.Type) {
}

func (a *AttrSpec) DocComment() hclwrite.Tokens {

docTmplFilename := path.Base(docTmplPath)
tmpl, err := template.New(docTmplFilename).ParseFiles(docTmplPath)
if err != nil {

0 comments on commit a86f4b3

Please sign in to comment.