TF-2066 Remove some return Future unnecessary
(cherry picked from commit bc9342e6aa7142e7ef59d8b3e2981da0e5942889)
This commit is contained in:
@@ -56,7 +56,6 @@ class HiveCacheConfig {
|
||||
if (oldVersion != newVersion) {
|
||||
await cachingManager.onUpgradeCache(oldVersion, newVersion);
|
||||
}
|
||||
return Future.value();
|
||||
}
|
||||
|
||||
static Future<void> initializeEncryptionKey() async {
|
||||
|
||||
Reference in New Issue
Block a user