Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f6e513

Browse files
authored
chore: format code (#17438)
1 parent 2e5cd29 commit 7f6e513

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

coderd/idpsync/organizations_test.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ func TestFromLegacySettings(t *testing.T) {
2525

2626
legacy := func(assignDefault bool) string {
2727
return fmt.Sprintf(`{
28-
"Field":"groups",
29-
"Mapping":{
30-
"engineering":[
31-
"10b2bd19-f5ca-4905-919f-bf02e95e3b6a"
32-
]
33-
},
34-
"AssignDefault":%t
28+
"Field": "groups",
29+
"Mapping": {
30+
"engineering": [
31+
"10b2bd19-f5ca-4905-919f-bf02e95e3b6a"
32+
]
33+
},
34+
"AssignDefault": %t
3535
}`, assignDefault)
3636
}
3737

0 commit comments

Comments
 (0)