From a2d09b4c233705be7dcc0ad09a58376216a81a0d Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 22 Dec 2016 10:04:35 +0000 Subject: [PATCH] Run gofmt (file was ignored by linter) --- prog/static.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/static.go b/prog/static.go index 68261afbb..eefdf6cba 100644 --- a/prog/static.go +++ b/prog/static.go @@ -3,8 +3,8 @@ package main import ( "net/http" - "github.com/weaveworks/scope/prog/staticui" "github.com/weaveworks/scope/prog/externalui" + "github.com/weaveworks/scope/prog/staticui" ) func GetFS(use_external bool) http.FileSystem {