Skip to content

Commit 9067ce9

Browse files
committed
[FIXUP] fmt
1 parent 64dfa23 commit 9067ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-clickhouse-driver/src/ClickHouseDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ export class ClickHouseDriver extends BaseDriver implements DriverInterface {
661661
try {
662662
await this.command(createTableSql);
663663
} catch (e) {
664-
throw new Error(`Error during create table: ${createTableSql}`, {cause: e});
664+
throw new Error(`Error during create table: ${createTableSql}`, { cause: e });
665665
}
666666
}
667667

0 commit comments

Comments
 (0)