add whitespace

This commit is contained in:
Asim Aslam 2020-04-11 09:34:04 +01:00
parent c612d86480
commit 6d553cb6fe

View File

@ -18,6 +18,7 @@ type Sync interface {
// Force a full sync
Sync() error
}
type syncStore struct {
storeOpts store.Options
syncOpts Options