Skip to content

Commit 23fc6e9

Browse files
committed
make fmt
1 parent 66f419a commit 23fc6e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/provisionerdserver/provisionerdserver_test.go

+2-1
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)