@gwax/sql-formatter
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -97,3 +97,3 @@ #!/usr/bin/env node | ||
const query = getInput(args.file); | ||
const formattedQuery = format(query, cfg); | ||
const formattedQuery = format(query, cfg).trim() + '\n'; | ||
writeOutput(args.output, formattedQuery); |
{ | ||
"name": "@gwax/sql-formatter", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Format whitespace in a SQL query to make it more readable", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
558723