Skip to content

Commit

Permalink
dartfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackzzila committed Oct 15, 2016
1 parent 0a8998b commit 085473c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/objects/Game.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class Game extends _BaseObj {
this.type = data['type'];
} else if (data['type'] is String) {
try {
this.type = int.parse(data['type']);
} catch(err) {
this.type = int.parse(data['type']);
} catch (err) {
this.type = null;
}
}
Expand Down

0 comments on commit 085473c

Please sign in to comment.