Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 16, 2021
1 parent e462f3b commit 9da7ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/photo_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ class PhotoView extends StatefulWidget {
}
}

class _PhotoViewState extends State<PhotoView> with AutomaticKeepAliveClientMixin{
class _PhotoViewState extends State<PhotoView>
with AutomaticKeepAliveClientMixin {
// image retrieval

// controller
Expand Down

0 comments on commit 9da7ce5

Please sign in to comment.