Code cleanup

This commit is contained in:
CappielloAntonio 2021-09-04 16:15:38 +02:00
parent 042bf3077f
commit 241bb3ba29

View file

@ -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;
}
}