Skip to content

Commit 1674c62

Browse files
committed
fix: do not remove two spaces
1 parent 1382536 commit 1674c62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

generator/templates.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ var (
5656
const wrapperTemplate = `// Code generated by sqlc-multi-db. DO NOT EDIT.
5757
{{if .Engine.IsPostgres}}
5858
//go:build !js
59-
60-
{{- end -}}
59+
{{- end}}
6160
package {{.PackageName}}
6261
6362
import (

0 commit comments

Comments
 (0)