= Format updates and color iteration

This commit is contained in:
Matthew Cech
2019-06-17 22:50:43 -07:00
parent 4eee13a359
commit e76bb6bb27
11 changed files with 85 additions and 24 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class CommandWolfram extends Command
res.CallFile(pic, "png");
ImageUtils.BlockingFileDelete(pic);
}
catch (IOException e)
catch (IOException e)
{
res.Call(LocStrings.Stub("WolframError"));
}