Skip to content

Commit a084162

Browse files
authored
Remove redudant ' '
1 parent 00d11c4 commit a084162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/legacy-json/utils/parseSignature.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { PARAM_EXPRESSION } from '../constants.mjs';
44

5-
const OPTIONAL_LEVEL_CHANGES = { '[': 1, ']': -1, ' ': 0 };
5+
const OPTIONAL_LEVEL_CHANGES = { '[': 1, ']': -1 };
66

77
/**
88
* @param {Number} depth

0 commit comments

Comments
 (0)