Skip to content

chore: format code #17438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: format code
  • Loading branch information
aslilac committed Apr 16, 2025
commit c88c28ba9682ffab5c28ad5834bd18eef2a3f0e6
14 changes: 7 additions & 7 deletions coderd/idpsync/organizations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ func TestFromLegacySettings(t *testing.T) {

legacy := func(assignDefault bool) string {
return fmt.Sprintf(`{
"Field":"groups",
"Mapping":{
"engineering":[
"10b2bd19-f5ca-4905-919f-bf02e95e3b6a"
]
},
"AssignDefault":%t
"Field": "groups",
"Mapping": {
"engineering": [
"10b2bd19-f5ca-4905-919f-bf02e95e3b6a"
]
},
"AssignDefault": %t
}`, assignDefault)
}

Expand Down
Loading