8000 make fmt · coder/coder@9ecae23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ecae23

Browse files
committed
make fmt
1 parent 863688f commit 9ecae23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/provisionerdserver/provisionerdserver_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ func TestAcquireJob(t *testing.T) {
169169
dv := &codersdk.DeploymentValues{
170170
Sessions: codersdk.SessionLifetime{
171171
MaxTokenLifetime: serpent.Duration(time.Hour),
172-
}}
172+
},
173+
}
173174
gitAuthProvider := &sdkproto.ExternalAuthProviderResource{
174175
Id: "github",
175176
}

0 commit comments

Comments
 (0)
0