Skip to content

Commit e4e5621

Browse files
committed
chore: dart format .
1 parent 8682083 commit e4e5621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/lib/main.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ class _MyHomePageState extends State<MyHomePage> {
3838
String? packageName = '';
3939

4040
final versionCheck = VersionCheck(
41-
packageName: Platform.isIOS ? 'com.tachyonfactory.iconFinder' : 'com.tachyonfactory.icon_finder',
41+
packageName: Platform.isIOS
42+
? 'com.tachyonfactory.iconFinder'
43+
: 'com.tachyonfactory.icon_finder',
4244
packageVersion: '1.0.1',
4345
showUpdateDialog: customShowUpdateDialog,
4446
country: 'kr',

0 commit comments

Comments
 (0)