Skip to content

Commit

Permalink
Fix WhiteSpace Issue in File Generated by T4 Template
Browse files Browse the repository at this point in the history
Normalize whitespace and code formatting.
Add support for SQLite.

Closes #503
  • Loading branch information
Curlack committed Nov 11, 2023
1 parent 81b990f commit 1bd5e85
Show file tree
Hide file tree
Showing 3 changed files with 1,385 additions and 1,291 deletions.
2 changes: 1 addition & 1 deletion T4Templates/Database.tt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

// Generate output
if (tables.Count>0)
if (tables.Count > 0)
{
#>
<#@ include file="PetaPoco.Generator.ttinclude" #>
Expand Down
Loading

0 comments on commit 1bd5e85

Please sign in to comment.