Skip to content

Commit 1383a8b

Browse files
authored
chore: keep invalid formatting
Signed-off-by: Florent BENOIT <[email protected]>
1 parent 3a6eb4b commit 1383a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/backend/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* SPDX-License-Identifier: Apache-2.0
1717
***********************************************************************/
1818

19-
import { join } from 'path';
20-
import { builtinModules } from 'module';
19+
import {join} from 'path';
20+
import {builtinModules} from 'module';
2121
import replace from '@rollup/plugin-replace';
2222

2323
const PACKAGE_ROOT = __dirname;

0 commit comments

Comments
 (0)