From 58d320c270288c7bbc5338ab78654fba06ad6237 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 8 Nov 2015 18:06:06 +0100 Subject: [PATCH] String slice formatting --- cmd/syncthing/main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 4bcf6c088..4826533d6 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -621,7 +621,10 @@ func syncthingMain() { } 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