Skip to content

Commit 517b984

Browse files
[autofix.ci] apply automated fixes
1 parent 943f72a commit 517b984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/warning.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function warn(msg: string, ...args: any[]) {
4545
instance,
4646
ErrorCodes.APP_WARN_HANDLER,
4747
[
48-
msg + args.map(a=>stringifySymbol(a)).join(''),
48+
msg + args.map(a => stringifySymbol(a)).join(''),
4949
instance && instance.proxy,
5050
trace
5151
.map(

0 commit comments

Comments
 (0)