Skip to content

Commit

Permalink
dart formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmstrat committed Sep 22, 2023
1 parent 7c19a8a commit ed6abe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/post.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Future<PostViewMedia> parsePostView(PostView postView, bool fetchImageDimensions
width: size.width,
height: size.height,
));
} catch(e) {
} catch (e) {
// If it fails, fall back to a media type of link
media.add(Media(originalUrl: url, mediaType: MediaType.link));
}
Expand Down

0 comments on commit ed6abe6

Please sign in to comment.