Skip to content

Commit 9478fde

Browse files
kazuponyyx990803
authored andcommitted
tweak type definition layouting (vuejs#5564)
1 parent 228f0f8 commit 9478fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/util/env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ if (typeof Set !== 'undefined' && isNative(Set)) {
171171
}
172172

173173
interface ISet {
174-
has(key: string| number): boolean;
175-
add(key: string| number): mixed;
174+
has(key: string | number): boolean;
175+
add(key: string | number): mixed;
176176
clear(): void;
177177
}
178178

0 commit comments

Comments
 (0)