Skip to content

Commit 1a0783b

Browse files
chore(apollo-react): remove unnecessary space
1 parent 4791a5a commit 1a0783b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/storybook/.storybook/main.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import type { StorybookConfig } from '@storybook/react-vite';
2-
import { mergeAlias } from 'vite';
31
import { readFileSync } from 'node:fs';
42
import { dirname, resolve } from 'node:path';
53
import { fileURLToPath } from 'node:url';
64

5+
import type { StorybookConfig } from '@storybook/react-vite';
6+
import { mergeAlias } from 'vite';
7+
78
const __filename = fileURLToPath(import.meta.url);
89
const __dirname = dirname(__filename);
910

packages/apollo-react/src/canvas/components/StickyNoteNode/FormattingToolbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const FormattingToolbarComponent = ({
3232
onFormat,
3333
}: FormattingToolbarProps) => {
3434
const { _ } = useLingui();
35-
3635
const mod = getModifierKey();
3736
const shift = isMac() ? '⇧' : '+Shift+';
3837

0 commit comments

Comments
 (0)