Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jun 2, 2023
1 parent ed01df5 commit 0c4aabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/pages/user/model/user_page_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class UserPageData with _$UserPageData {
required UserData user,
String? bannerUrl,
@Default(DescriptionTranslationState.untranslated())
DescriptionTranslationState descriptionTranslationState,
DescriptionTranslationState descriptionTranslationState,
LegacyTweetData? pinnedTweet,
RelationshipData? relationship,
}) = _UserPageData;
Expand Down

0 comments on commit 0c4aabc

Please sign in to comment.