Skip to content

Commit 509d358

Browse files
committed
fix: lint
1 parent 179448c commit 509d358

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/types.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import type { builtInPlatforms } from './_constant'
33
export type BuiltInPlatForm = typeof builtInPlatforms[number]
44

55
export type UtsPlatform = BuiltInPlatForm
6-
| 'app-android'
7-
| 'app-ios'
8-
| 'web'
6+
| 'app-android'
7+
| 'app-ios'
8+
| 'web'
99
export type AppPlatform = 'android'
10-
| 'ios'
11-
| undefined
10+
| 'ios'
11+
| undefined
1212
export type SubPlatform =
13-
'quickapp-webview-huawei'
14-
| 'quickapp-webview-union'
15-
| undefined
13+
'quickapp-webview-huawei'
14+
| 'quickapp-webview-union'
15+
| undefined

0 commit comments

Comments
 (0)