Skip to content

Commit a5c388b

Browse files
author
Joonas Bergius
committed
chore(templates/provider): Add spacing between standard library and generated module imports
Signed-off-by: Joonas Bergius <[email protected]>
1 parent ea8d6be commit a5c388b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/provider/keyvalue-inmemory/keyvalue.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ package main
44
import (
55
"context"
66
"sync"
7+
8+
// Comment is required here to insert space between std packages and the
9+
// project specific packages, so that formatting doesn't mess the spacing up.
710
"{{ project-name }}/bindings/exports/wrpc/keyvalue/store"
811

912
"go.opentelemetry.io/otel/trace"

0 commit comments

Comments
 (0)