Skip to content

Commit 968cf29

Browse files
authored
minor checks
1 parent e6cda60 commit 968cf29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Maths/DigitalRoot.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ const digitalRootRecursive = (num) => {
3131
return digitalRootRecursive(sum); // Call digitalRoot recursively to reduce to single digit
3232
};
3333

34-
export {
35-
digitalRoot,
36-
digitalRootRecursive
37-
}
34+
export { digitalRoot, digitalRootRecursive };

0 commit comments

Comments
 (0)