From 7f6e5139eb62d62f96e04721bf76715b78166199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B1=E3=82=A4=E3=83=A9?= Date: Wed, 16 Apr 2025 16:21:14 -0700 Subject: [PATCH] chore: format code (#17438) --- coderd/idpsync/organizations_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/coderd/idpsync/organizations_test.go b/coderd/idpsync/organizations_test.go index c3c0a052f7..c3f17cefeb 100644 --- a/coderd/idpsync/organizations_test.go +++ b/coderd/idpsync/organizations_test.go @@ -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) }