Skip to content

Commit

Permalink
fix analyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Jan 13, 2025
1 parent 068003e commit 12f3e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/formats/jpeg_encoder.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:typed_data';

import '../../image.dart';
import '../color/color.dart';
import '../color/const_color_uint8.dart';
import '../color/format.dart';
import '../exif/exif_data.dart';
import '../image/image.dart';
Expand Down

0 comments on commit 12f3e66

Please sign in to comment.