remove unnecessary line wrap

This commit is contained in:
CCTV-1
2020-09-23 18:15:58 +08:00
parent 43c425d8bd
commit 8e7e2933fe

View File

@@ -118,8 +118,7 @@ public abstract class ImageFetcher {
} }
if (destFile.exists()) { if (destFile.exists()) {
// TODO: Figure out why this codepath gets reached. Ideally, fetchImage() // TODO: Figure out why this codepath gets reached. Ideally, fetchImage() wouldn't
// wouldn't
// be called if we already have the image. // be called if we already have the image.
return; return;
} }