mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
remove unnecessary line wrap
This commit is contained in:
@@ -118,8 +118,7 @@ public abstract class ImageFetcher {
|
||||
}
|
||||
|
||||
if (destFile.exists()) {
|
||||
// TODO: Figure out why this codepath gets reached. Ideally, fetchImage()
|
||||
// wouldn't
|
||||
// TODO: Figure out why this codepath gets reached. Ideally, fetchImage() wouldn't
|
||||
// be called if we already have the image.
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user