Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 18, 2024
1 parent 67e55c8 commit a570a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/mssql/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SELECT
DATA_TYPE
END AS DATA_TYPE,
CHARACTER_MAXIMUM_LENGTH,
COLUMN_DEFAULT AS DEFAULT_VALUE
COLUMN_DEFAULT AS DEFAULT_VALUE
FROM
INFORMATION_SCHEMA.COLUMNS
WHERE
Expand Down

0 comments on commit a570a3b

Please sign in to comment.