Skip to content

Commit 9ff2af3

Browse files
fix format
1 parent 1d87c0d commit 9ff2af3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

cli/src/commands/status.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
31
// powersync status is an alias of powersync fetch status, so we can reuse the implementation and tests for fetch status. This file exists mainly to provide a more intuitive command for users to check the status of their instance.
42

5-
6-
export {default} from './fetch/status.js';
3+
export { default } from './fetch/status.js';

0 commit comments

Comments
 (0)