mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Fix formatting.
This commit is contained in:
parent
618b530b88
commit
67583ff459
1 changed files with 2 additions and 2 deletions
4
mux.go
4
mux.go
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue