From 6d553cb6febeeb69bb963fe962bdb9abc9294484 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 11 Apr 2020 09:34:04 +0100 Subject: [PATCH] add whitespace --- store/sync/sync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/sync/sync.go b/store/sync/sync.go index 79a7e36e..d1f0e240 100644 --- a/store/sync/sync.go +++ b/store/sync/sync.go @@ -18,6 +18,7 @@ type Sync interface { // Force a full sync Sync() error } + type syncStore struct { storeOpts store.Options syncOpts Options