style: gofmt onboarding.go

This commit is contained in:
Matthew Meszaros
2026-05-24 11:21:40 +00:00
parent cde1646338
commit 4eee3d0455
-1
View File
@@ -298,4 +298,3 @@ func fetchOutlookOwner(ctx context.Context, token string) (*inboxOwner, *errx.Er
}
return &inboxOwner{Email: addr, Name: out.DisplayName}, nil
}