Skip to content

Commit

Permalink
[FIXUP] fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Nov 18, 2024
1 parent 6506aa4 commit d989504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-clickhouse-driver/src/ClickHouseDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export class ClickHouseDriver extends BaseDriver implements DriverInterface {
try {
await this.command(createTableSql);
} catch (e) {
throw new Error(`Error during create table: ${createTableSql}`, {cause: e});
throw new Error(`Error during create table: ${createTableSql}`, { cause: e });
}
}

Expand Down

0 comments on commit d989504

Please sign in to comment.