Skip to content

Commit 69b64b5

Browse files
Paddy Carverpaddycarver
authored andcommitted
Run gofmt.
1 parent d0a0294 commit 69b64b5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

helper/schema/provider_go115_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build go1.15
12
// +build go1.15
23

34
package schema

helper/schema/provider_prego115_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !go1.15
12
// +build !go1.15
23

34
package schema

tools/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
package tools

0 commit comments

Comments
 (0)