Skip to content

Commit

Permalink
dart analyze fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedia committed Feb 26, 2024
1 parent 46e7db0 commit d24b5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/demo.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '../lib/epubrs_io.dart' as epub;
import 'package:image/image.dart';
import 'package:epubrs/epubrs_io.dart' as epub;
// import 'package:image/image.dart';

void dumpChapter(epub.Chapter c, {int depth = 1}) {
final char = '#'.codeUnits[0];
Expand Down

0 comments on commit d24b5e9

Please sign in to comment.