Add whitespace

This commit is contained in:
Peter Stuifzand 2018-02-16 22:16:53 +01:00
parent 6fe2eae1b6
commit 6a300bced6

View File

@ -43,6 +43,7 @@ func (b *memoryBackend) save() {
func loadMemoryBackend() microsub.Microsub {
backend := &memoryBackend{}
backend.load()
return backend
}