Fix linter errors

This commit is contained in:
Daniel
2020-05-20 14:53:03 +02:00
parent e65ae8b55d
commit f1765a7abb
8 changed files with 24 additions and 18 deletions

View File

@@ -63,7 +63,8 @@ func (s *StorageInterface) Get(key string) (record.Record, error) {
if len(splitted) >= 2 {
switch splitted[1] {
case "state":
return state.GetStateInfo(), nil
return state.GetInfo(), nil
default:
}
}
}