Skip to content

Commit

Permalink
Fix gofmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Aug 25, 2023
1 parent 3927aa8 commit 3352cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ func (s *BaseSubscriber) Setup(c *pubsub.Client) {

type ReportToExecute struct {
Name, BaseDir, Subscriber, FileName string
File *db.File
Scripts map[string]string
Timeout time.Duration
Output []byte
File *db.File
Scripts map[string]string
Timeout time.Duration
Output []byte
}

type ReportRunner struct {
Expand Down

0 comments on commit 3352cc1

Please sign in to comment.