Skip to content

Commit

Permalink
fwk: gofmt
Browse files Browse the repository at this point in the history
Apply gofmt after automated changes in previous commits.
  • Loading branch information
dolmen authored and sbinet committed May 10, 2022
1 parent f596c97 commit f81a84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fwk/fwk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"testing"

"go-hep.org/x/hep/fwk"
"go-hep.org/x/hep/fwk/job"
"go-hep.org/x/hep/fwk/internal/fwktest"
"go-hep.org/x/hep/fwk/job"
)

func newapp(evtmax int64, nprocs int) *job.Job {
Expand Down

0 comments on commit f81a84e

Please sign in to comment.