Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43e9e85

Browse files
dannykoppingEmyrk
authored andcommitted
make lint/fmt
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent127f1cc commit43e9e85

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-
typeNoopResolverstruct{}
55+
typeNoopResolverstruct{}
5656

5757
funcNewNoopResolver()*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
funcorgKey(orgID uuid.UUID,keystring)string {
1616
returnfmt.Sprintf("%s:%s",orgID.String(),key)
17-
}
17+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp