mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 06:42:06 +00:00
Code cleanup
This commit is contained in:
@@ -64,5 +64,6 @@ public class SearchingClient {
|
||||
|
||||
private Cache getCache() {
|
||||
int cacheSize = 10 * 1024 * 1024;
|
||||
return context != null ? new Cache(context.getCacheDir(), cacheSize) : null; }
|
||||
return context != null ? new Cache(context.getCacheDir(), cacheSize) : null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user