Skip to content

Commit 133e99f

Browse files
committed
all: format
1 parent 925d31b commit 133e99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/mast-browser/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package main
22

33
import (
4+
"context"
45
"embed"
56
"encoding/json"
67
"flag"
@@ -9,7 +10,6 @@ import (
910
"html"
1011
"html/template"
1112
"log"
12-
"context"
1313
"net/http"
1414
"os"
1515
"os/signal"

0 commit comments

Comments
 (0)