lib/model: gofmt lol :(

This commit is contained in:
Jakob Borg 2019-11-29 09:29:59 +01:00
parent 1c277fc096
commit 928767e316
1 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ func setupROFolder() (*model, *sendOnlyFolder) {
fcfg.ID = "ro"
fcfg.Type = config.FolderTypeReceiveOnly
w.SetFolder(fcfg)
m := newModel(w, myID, "syncthing", "dev", db.NewLowlevel(backend.OpenMemory()), nil)
m.ServeBackground()
@ -336,4 +336,4 @@ func setupROFolder() (*model, *sendOnlyFolder) {
m.fmut.RUnlock()
return m, f
}
}