Skip to content

Commit 49fb7e1

Browse files
fix: format utils.ts to pass prettier check
1 parent 67337f7 commit 49fb7e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/vite-plugins/src/utils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ export const getReplicaHost = (): string => {
3333
const port = new URL(status.gateway_url).port;
3434
return `http://127.0.0.1:${port}`;
3535
} catch (e) {
36-
throw Error(
37-
`Could not get replica port, is the replica running? ${e}`,
38-
);
36+
throw Error(`Could not get replica port, is the replica running? ${e}`);
3937
}
4038
};
4139

0 commit comments

Comments
 (0)