Skip to content

Commit b329327

Browse files
author
Capacitor+ Bot
committed
style: auto-format code after upstream sync
1 parent 3c2a9d5 commit b329327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import type { CapacitorGlobal, PluginImplementations } from './definitions.js';
21
import type {
32
CapacitorCustomPlatformInstance,
43
CapacitorInstance,
54
PluginHeader,
65
WindowCapacitor,
76
} from './definitions-internal.js';
7+
import type { CapacitorGlobal, PluginImplementations } from './definitions.js';
88
import { CapacitorException, getPlatformId, ExceptionCode } from './util.js';
99

1010
export interface RegisteredPlugin {

core/src/tests/plugin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*/
44

55
import { initBridge } from '../../native-bridge.js';
6-
import type { CapacitorGlobal, Plugin } from '../definitions.js';
76
import type { WindowCapacitor, CapacitorInstance } from '../definitions-internal.js';
7+
import type { CapacitorGlobal, Plugin } from '../definitions.js';
88
import { initCapacitorGlobal } from '../runtime.js';
99
import { ExceptionCode } from '../util.js';
1010
import { WebPlugin } from '../web-plugin.js';

0 commit comments

Comments
 (0)