Skip to content

Commit b5e5ef0

Browse files
committed
make fmt
1 parent b83013b commit b5e5ef0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

provisionersdk/serve.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ const (
2626
CurrentMinor = 0
2727
)
2828

29-
var (
30-
// VersionCurrent is the current provisionerd API version.
31-
// Breaking changes to the provisionerd API **MUST** increment
32-
// CurrentMajor above.
33-
VersionCurrent = apiversion.New(CurrentMajor, CurrentMinor)
34-
)
29+
// VersionCurrent is the current provisionerd API version.
30+
// Breaking changes to the provisionerd API **MUST** increment
31+
// CurrentMajor above.
32+
var VersionCurrent = apiversion.New(CurrentMajor, CurrentMinor)
3533

3634
// ServeOptions are configurations to serve a provisioner.
3735
type ServeOptions struct {

0 commit comments

Comments
 (0)