Skip to content

Commit 874ea09

Browse files
committed
minor fix
1 parent aadd2dc commit 874ea09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataManager.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public static Bitmap GetImage(int code)
197197
}
198198
catch (Exception e)
199199
{
200-
Console.WriteLine($"Error when parsing {code} - {e}");
200+
Console.WriteLine($"Error when parsing {code} - {e}");
201201
return null;
202202
}
203203
finally
@@ -247,7 +247,7 @@ private static void DrawPicture(Graphics graphics, Data data)
247247
}
248248
catch (Exception e)
249249
{
250-
Console.WriteLine($"Error when parsing {data.code} - {e}");
250+
Console.WriteLine($"Error when parsing {data.code} - {e}");
251251
return;
252252
}
253253
if (data.isType(Type.TYPE_PENDULUM))

0 commit comments

Comments
 (0)