Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Jan 5, 2025
1 parent 778ca07 commit 9b5c4b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/pluginapi/v1/data_encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"fmt"
"time"

"google.golang.org/protobuf/types/known/timestamppb"

"github.com/blackstork-io/fabric/pkg/utils"
"github.com/blackstork-io/fabric/plugin/plugindata"
"google.golang.org/protobuf/types/known/timestamppb"
)

func encodeData(d plugindata.Data) *Data {
Expand Down

0 comments on commit 9b5c4b0

Please sign in to comment.