Skip to content

Commit fd04ff1

Browse files
committed
Run go fmt on stub_asset.go
1 parent d79de56 commit fd04ff1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

stub_asset.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
//go:build !ui
12
// +build !ui
23

34
package main
45

56
import (
6-
assetfs "github.com/elazarl/go-bindata-assetfs"
7+
assetfs "github.com/elazarl/go-bindata-assetfs"
78
)
89

910
func init() {
10-
uiEnabled = false
11-
stubHTML = `<!DOCTYPE html>
11+
uiEnabled = false
12+
stubHTML = `<!DOCTYPE html>
1213
<html>
1314
<p>SDS UI is not available in this binary.</p>
1415
</html>
@@ -17,5 +18,5 @@ func init() {
1718

1819
// assetFS is a stub for building Nomad without a UI.
1920
func assetFS() *assetfs.AssetFS {
20-
return nil
21+
return nil
2122
}

0 commit comments

Comments
 (0)