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
AppendOnly bool
}{
Path: "/tmp/restic",
Listen: ":8000",
Path: "/tmp/restic",
Listen: ":8000",
AppendOnly: false,
}