Skip to content

Commit

Permalink
clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Dec 19, 2024
1 parent 5a8c2a7 commit 1fbef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/font/bitmap_font.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ class BitmapFont {
'$filename');
}

final image = PngDecoder()
.decode(castToUint8List(imageFile.content));
final image =
PngDecoder().decode(castToUint8List(imageFile.content));

fontPages[id] = image;
}
Expand Down

0 comments on commit 1fbef9b

Please sign in to comment.