Skip to content

Commit

Permalink
chore: fix Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 10, 2023
1 parent c34816c commit 67e316b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export function isDefined(val: any) {
}

/**
* Remove all empty props from an object,
* Remove all empty props from an object,
* we can optionally provide a fixed list of props to consider for removal (anything else will be excluded)
* @param {*} obj
* @param {*} obj
* @param {Array<String>} [clearProps] - optional list of props to consider for removal (anything else will be excluded)
* @returns cleaned object
*/
Expand Down

0 comments on commit 67e316b

Please sign in to comment.