diff --git a/src/utils/Accessibility.js b/src/utils/Accessibility.js index dbdfeec7df..8c6090671d 100644 --- a/src/utils/Accessibility.js +++ b/src/utils/Accessibility.js @@ -16,4 +16,4 @@ limitations under the License. export function focusCapturedRef(ref) { if (ref) ref.focus(); -} \ No newline at end of file +}