mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-15 19:41:02 +00:00
Fix linter errors in ignored file
This commit is contained in:
@@ -7,8 +7,9 @@ import (
|
||||
"github.com/weaveworks/scope/prog/staticui"
|
||||
)
|
||||
|
||||
func GetFS(use_external bool) http.FileSystem {
|
||||
if use_external {
|
||||
// GetFS obtains the UI code
|
||||
func GetFS(useExternal bool) http.FileSystem {
|
||||
if useExternal {
|
||||
return externalui.FS(false)
|
||||
} else {
|
||||
return staticui.FS(false)
|
||||
|
||||
Reference in New Issue
Block a user