= Updated command formatting

This commit is contained in:
Matthew Cech
2019-06-19 22:35:11 -07:00
parent 06317a4528
commit 174c38887e
7 changed files with 21 additions and 23 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ public class CommandStark extends Command
return;
}
preProcessed = new File(filename);
ApplySnap(ImageIO.read(preProcessed), name);
applySnap(ImageIO.read(preProcessed), name);
}
catch (IOException e)
{
@@ -67,7 +67,7 @@ public class CommandStark extends Command
ImageUtils.blockingFileDelete(postProcessed);
}
private static void ApplySnap(BufferedImage image, String name) throws IOException
private static void applySnap(BufferedImage image, String name) throws IOException
{
BufferedImage snap = ImageUtils.copyImage(image);
// Iterate over each column left to right and touch up each pixel