Skip to content

Commit 3f59e6d

Browse files
Cleanup
1 parent e31e749 commit 3f59e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stefc/templates/go/writer_test.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// Generated records will only have fields set (mutated) that are defined
2525
// in the supplied schema. This allows testing schema evolution.
2626
func gen{{.StructName}}Records(random *rand.Rand, schem *schema.Schema) (records []{{.StructName}}) {
27-
const recCount = 1000
27+
const recCount = 1000
2828
var record {{.StructName}}
2929
record.Init()
3030

0 commit comments

Comments
 (0)