fmt: gofmt

This commit is contained in:
jamesread
2022-11-12 12:20:17 +04:00
parent f42ac5d744
commit d53c88f314
2 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,7 @@ type webUISettings struct {
ShowNewVersions bool
AvailableVersion string
CurrentVersion string
PageTitle string
PageTitle string
}
func findWebuiDir() string {

View File

@@ -1,3 +1,4 @@
//go:build tools
// +build tools
package tools