diff --git a/static/app/components/dropdownButton.tsx b/static/app/components/dropdownButton.tsx index 9d7d6dc5190e49..947110ab71b2d6 100644 --- a/static/app/components/dropdownButton.tsx +++ b/static/app/components/dropdownButton.tsx @@ -1,9 +1,9 @@ import {forwardRef} from 'react'; import styled from '@emotion/styled'; -import {logEvent} from 'app/utils/eventLogger'; import Button from 'app/components/button'; import {Chevron} from 'app/icons/iconChevron'; +import {logEvent} from 'app/utils/eventLogger'; import {Chevron} from 'sentry/components/chevron'; import {space} from 'sentry/styles/space'; @@ -98,4 +98,4 @@ const LabelText = styled('span')` export default forwardRef((props, ref) => ( -)); \ No newline at end of file +)); diff --git a/static/app/utils/eventBufferManager.tsx b/static/app/utils/eventBufferManager.tsx index 20fd302f90d83c..f490862a7eb51c 100644 --- a/static/app/utils/eventBufferManager.tsx +++ b/static/app/utils/eventBufferManager.tsx @@ -46,4 +46,4 @@ export class EventBufferManager { return events; } } -``` \ No newline at end of file +``` diff --git a/static/app/utils/eventLogger.tsx b/static/app/utils/eventLogger.tsx index cde9d7c823cd99..62223887172cf8 100644 --- a/static/app/utils/eventLogger.tsx +++ b/static/app/utils/eventLogger.tsx @@ -32,4 +32,4 @@ export function flushEvents() { // Schedule periodic flushing of events setInterval(flushEvents, 5 * 60 * 1000); // Flush every 5 minutes -``` \ No newline at end of file +```