Fix formatting.

This commit is contained in:
Kenny Keslar 2017-09-03 07:51:46 -05:00 committed by Zlatko Čalušić
parent 618b530b88
commit 67583ff459

4
mux.go
View file

@ -20,8 +20,8 @@ var Config = struct {
Debug bool Debug bool
AppendOnly bool AppendOnly bool
}{ }{
Path: "/tmp/restic", Path: "/tmp/restic",
Listen: ":8000", Listen: ":8000",
AppendOnly: false, AppendOnly: false,
} }