Skip to content

Commit 8f147c7

Browse files
committed
Run go fmt
1 parent 805b3a9 commit 8f147c7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sentry/errors.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ import (
88
// APIError represents a Sentry API Error response.
99
// Should look like:
1010
//
11-
// type apiError struct {
12-
// Detail string `json:"detail"`
13-
// }
14-
//
11+
// type apiError struct {
12+
// Detail string `json:"detail"`
13+
// }
1514
type APIError struct {
1615
f interface{} // unknown
1716
}

sentry/organization_integrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type OrganizationIntegration struct {
2525
Icon string `json:"icon"`
2626
DomainName string `json:"domainName"`
2727
AccountType string `json:"accountType"`
28-
Scopes []string `json:"scopes"`
28+
Scopes []string `json:"scopes"`
2929
Status string `json:"status"`
3030
Provider OrganizationIntegrationProvider `json:"provider"`
3131

0 commit comments

Comments
 (0)