Rename state to app and furhter cleanups
[pstop.git] / key_value_cache / key_value_cache.go
index 9b689a2..9292de5 100644 (file)
@@ -20,7 +20,7 @@ type KeyValueCache struct {
 func NewKeyValueCache() KeyValueCache {
        lib.Logger.Println("KeyValueCache()")
 
-       return KeyValueCache {}
+       return KeyValueCache{}
 }
 
 // Given a lookup key return the value if found.