Skip to content

Commit

Permalink
Run gofmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
paddycarver committed Aug 31, 2021
1 parent d0a0294 commit 69b64b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helper/schema/provider_go115_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.15
// +build go1.15

package schema
Expand Down
1 change: 1 addition & 0 deletions helper/schema/provider_prego115_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.15
// +build !go1.15

package schema
Expand Down
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

package tools
Expand Down

0 comments on commit 69b64b5

Please sign in to comment.