remove whitespace

This commit is contained in:
Yui T 2017-05-29 21:55:55 -07:00
parent d35e538123
commit 1e8edcbad4
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
* @property {string=} y
* @property {string} [z]
* @property {string} [w="hi"]
*
*
* @param {Opts} opts
*/
function foo(opts) {
@ -21,7 +21,7 @@ foo({x: 'abc'});
* @property {string=} y
* @property {string} [z]
* @property {string} [w="hi"]
*
*
* @param {Opts1} opts
*/
function foo1(opts) {

View file

@ -6,7 +6,7 @@
* @property {string=} y
* @property {string} [z]
* @property {string} [w="hi"]
*
*
* @param {Opts} opts
*/
function foo(opts) {
@ -29,7 +29,7 @@ foo({x: 'abc'});
* @property {string=} y
* @property {string} [z]
* @property {string} [w="hi"]
*
*
* @param {Opts1} opts
*/
function foo1(opts) {

View file

@ -6,7 +6,7 @@
* @property {string=} y
* @property {string} [z]
* @property {string} [w="hi"]
*
*
* @param {Opts} opts
*/
function foo(opts) {
@ -32,7 +32,7 @@ foo({x: 'abc'});
* @property {string=} y
* @property {string} [z]
* @property {string} [w="hi"]
*
*
* @param {Opts1} opts
*/
function foo1(opts) {