Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
stop fmt'ing the import files
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 21, 2018
1 parent 5c101ae commit b2d018c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions v2/jam/store/disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ func (d *Disk) Generator() (*genny.Generator, error) {
if err != nil {
return g, nil
}
f, err = gotools.FmtTransformer().Transform(f)
if err != nil {
return g, nil
}
g.File(f)
}

Expand Down

0 comments on commit b2d018c

Please sign in to comment.