Skip to content

Commit

Permalink
Update lib/src/delegates/asset_picker_text_delegate.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael authored Sep 21, 2023
1 parent 629dcfc commit a452a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/delegates/asset_picker_text_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const List<AssetPickerTextDelegate> assetPickerTextDelegates =
FrenchAssetPickerTextDelegate(),
VietnameseAssetPickerTextDelegate(),
TurkishAssetPickerTextDelegate(),
KoreanAssetPickerTextDelegate()
KoreanAssetPickerTextDelegate(),
];

/// Obtain the text delegate from the given locale.
Expand Down

0 comments on commit a452a91

Please sign in to comment.