summaryrefslogtreecommitdiffstats
path: root/commands/static_syncer.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/static_syncer.go')
-rw-r--r--commands/static_syncer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/static_syncer.go b/commands/static_syncer.go
index bd696520a..23bdbe2df 100644
--- a/commands/static_syncer.go
+++ b/commands/static_syncer.go
@@ -128,5 +128,4 @@ func (s *staticSyncer) syncsStaticEvents(staticEvents []fsnotify.Event) error {
_, err := c.doWithPublishDirs(syncFn)
return err
-
}