Fix wsl spacing in remove user flow

Add the required blank line before the profile-state conditional in\nOrganizationService.RemoveUser so the wsl_v5 lint rule passes in CI.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Cursor Agent
2026-05-27 00:37:07 +00:00
committed by Bryan Frimin
parent b50bbc8d6a
commit ebe9cc0e65

View File

@@ -350,6 +350,7 @@ func (s *OrganizationService) RemoveUser(
}
now := time.Now()
if profile.State != coredata.ProfileStateInactive {
profile.State = coredata.ProfileStateInactive
profile.UpdatedAt = now