mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +00:00
lib/model: gofmt lol :(
This commit is contained in:
parent
1c277fc096
commit
928767e316
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user