1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00

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