Skip to content

Commit cde03c0

Browse files
committed
🎨 Flutter format.
1 parent 32ebee0 commit cde03c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/src/constants/constants.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Constants {
2020

2121
static GlobalKey pickerKey = GlobalKey();
2222

23-
static AssetsPickerTextDelegate textDelegate = DefaultAssetsPickerTextDelegate();
23+
static AssetsPickerTextDelegate textDelegate =
24+
DefaultAssetsPickerTextDelegate();
2425
static SortPathDelegate sortPathDelegate = SortPathDelegate.common;
2526
}

lib/src/delegates/assets_picker_text_delegate.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class DefaultAssetsPickerTextDelegate implements AssetsPickerTextDelegate {
6363

6464
DefaultAssetsPickerTextDelegate._internal();
6565

66-
static final DefaultAssetsPickerTextDelegate _instance = DefaultAssetsPickerTextDelegate._internal();
66+
static final DefaultAssetsPickerTextDelegate _instance =
67+
DefaultAssetsPickerTextDelegate._internal();
6768

6869
@override
6970
String confirm = '确认';

0 commit comments

Comments
 (0)