Skip to content

Commit 1e8edcb

Browse files
author
Yui T
committed
remove whitespace
1 parent d35e538 commit 1e8edcb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/baselines/reference/checkJsdocTypedefInParamTag1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @property {string=} y
77
* @property {string} [z]
88
* @property {string} [w="hi"]
9-
*
9+
*
1010
* @param {Opts} opts
1111
*/
1212
function foo(opts) {
@@ -21,7 +21,7 @@ foo({x: 'abc'});
2121
* @property {string=} y
2222
* @property {string} [z]
2323
* @property {string} [w="hi"]
24-
*
24+
*
2525
* @param {Opts1} opts
2626
*/
2727
function foo1(opts) {

tests/baselines/reference/checkJsdocTypedefInParamTag1.symbols

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @property {string=} y
77
* @property {string} [z]
88
* @property {string} [w="hi"]
9-
*
9+
*
1010
* @param {Opts} opts
1111
*/
1212
function foo(opts) {
@@ -29,7 +29,7 @@ foo({x: 'abc'});
2929
* @property {string=} y
3030
* @property {string} [z]
3131
* @property {string} [w="hi"]
32-
*
32+
*
3333
* @param {Opts1} opts
3434
*/
3535
function foo1(opts) {

tests/baselines/reference/checkJsdocTypedefInParamTag1.types

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @property {string=} y
77
* @property {string} [z]
88
* @property {string} [w="hi"]
9-
*
9+
*
1010
* @param {Opts} opts
1111
*/
1212
function foo(opts) {
@@ -32,7 +32,7 @@ foo({x: 'abc'});
3232
* @property {string=} y
3333
* @property {string} [z]
3434
* @property {string} [w="hi"]
35-
*
35+
*
3636
* @param {Opts1} opts
3737
*/
3838
function foo1(opts) {

0 commit comments

Comments
 (0)