From 67e316b5a280cb1413fad9a91d8b3f4876f4870e Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Fri, 10 Nov 2023 10:47:41 -0500 Subject: [PATCH] chore: fix Prettier formatting --- lib/src/utils/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/utils/utils.ts b/lib/src/utils/utils.ts index ab969d5d..299709ea 100644 --- a/lib/src/utils/utils.ts +++ b/lib/src/utils/utils.ts @@ -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} [clearProps] - optional list of props to consider for removal (anything else will be excluded) * @returns cleaned object */