mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
remove unnecessary line wrap
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user