Skip to content

Commit 43e9e85

Browse files
dannykoppingEmyrk
authored andcommitted
make lint/fmt
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 127f1cc commit 43e9e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/runtimeconfig/resolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (r OrgResolver) GetRuntimeSetting(ctx context.Context, key string) (string,
5252

5353
// NoopResolver will always fail to resolve the given key.
5454
// Useful in tests where you just want to look up the startup value of configs, and are not concerned with runtime config.
55-
type NoopResolver struct {}
55+
type NoopResolver struct{}
5656

5757
func NewNoopResolver() *NoopResolver {
5858
return &NoopResolver{}

coderd/runtimeconfig/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ func create[T any]() T {
1414

1515
func orgKey(orgID uuid.UUID, key string) string {
1616
return fmt.Sprintf("%s:%s", orgID.String(), key)
17-
}
17+
}

0 commit comments

Comments
 (0)