diff --git a/packages/@react-aria/utils/src/mergeProps.ts b/packages/@react-aria/utils/src/mergeProps.ts index 72771c98606..47319f2d1e3 100644 --- a/packages/@react-aria/utils/src/mergeProps.ts +++ b/packages/@react-aria/utils/src/mergeProps.ts @@ -72,4 +72,4 @@ export function mergeProps(...args: T): UnionToIntersectio } return result as UnionToIntersection>; -} \ No newline at end of file +}