Skip to content

Commit

Permalink
chore: lint format
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 4, 2024
1 parent 305fa43 commit 5219d8a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/sql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,7 @@ const SqlPlugin: Plugin<AST | string> = {
sql: {
print(
path,
{
type,
database,
dialect,
params,
paramTypes,
...options
}: SqlOptions,
{ type, database, dialect, params, paramTypes, ...options }: SqlOptions,
) {
const value = path.node

Expand Down

0 comments on commit 5219d8a

Please sign in to comment.