mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-08 17:24:08 +00:00
String slice formatting
This commit is contained in:
parent
59565fd1d1
commit
58d320c270
@ -621,7 +621,10 @@ func syncthingMain() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protectedFiles := []string{
|
protectedFiles := []string{
|
||||||
locations[locDatabase], locations[locConfigFile], locations[locCertFile], locations[locKeyFile],
|
locations[locDatabase],
|
||||||
|
locations[locConfigFile],
|
||||||
|
locations[locCertFile],
|
||||||
|
locations[locKeyFile],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove database entries for folders that no longer exist in the config
|
// Remove database entries for folders that no longer exist in the config
|
||||||
|
Loading…
Reference in New Issue
Block a user