mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-16 20:01:51 +00:00
xo: Enable object-curly-spacing.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e49a880ed6
commit
ba191c3699
@@ -1,4 +1,4 @@
|
||||
import { init } from '@sentry/electron';
|
||||
import {init} from '@sentry/electron';
|
||||
|
||||
import isDev from 'electron-is-dev';
|
||||
|
||||
@@ -15,4 +15,4 @@ export const sentryInit = (): void => {
|
||||
}
|
||||
};
|
||||
|
||||
export { captureException } from '@sentry/electron';
|
||||
export {captureException} from '@sentry/electron';
|
||||
|
||||
Reference in New Issue
Block a user