Skip to content

Commit

Permalink
Remove blank newline
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Dec 2, 2024
1 parent 211fcf9 commit 2c34494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,8 @@ export default class Parser {
currentSqlItem.name = qualifiedObjectPath.name;

if (currentSqlItem.name)

currentSqlItem.keywords = [];

currentSqlItem.description = qualifiedObjectPath.schema || ``;

currentSqlItem.position = {
Expand Down

0 comments on commit 2c34494

Please sign in to comment.