Skip to content

Commit 2fa783a

Browse files
committed
format
1 parent 2ecbeaa commit 2fa783a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/pkg/roadclosures/insert_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ func TestInsert_NilGeometryRejected(t *testing.T) {
2323

2424
err := d.WithTx(ctx, func(tx *db.Queries) error {
2525
return roadclosures.Insert(ctx, tx, roadclosures.ClosureInsert{
26-
SourceID: "no-geom",
27-
InsertedBy: "test",
28-
Type: "closed_way",
29-
Title: "no geometry",
26+
SourceID: "no-geom",
27+
InsertedBy: "test",
28+
Type: "closed_way",
29+
Title: "no geometry",
3030
Attribution: attribute.Attribution{Author: "x", Source: "y"},
3131
}, now)
3232
})

0 commit comments

Comments
 (0)