Skip to content

Commit d1bf5e3

Browse files
committed
fix: avoid extra blank line in unit test template
1 parent 7d82d76 commit d1bf5e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/template/method.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ func Test_{{.QueryStructName}}Query(t *testing.T) {
314314
t.Error("create item in table <{{.TableName}}> fail:", err)
315315
}
316316
{{- end }}
317-
318317
_, err = _do.Select({{.QueryStructName}}.ALL).Take()
319318
if err != nil {
320319
t.Error("Take() on table <{{.TableName}}> fail:", err)

0 commit comments

Comments
 (0)