Skip to content

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <[email protected]>
  • Loading branch information
raphink committed Sep 30, 2024
1 parent b502a0a commit 354a7fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions credly/badge.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type getBadgesResponse struct {
Data []BadgeInfo `json:"data"`
}


// BadgeInfo represents the details of an issued badge.
type BadgeInfo struct {
Id string `json:"id"`
Expand All @@ -59,7 +58,6 @@ type BadgeInfo struct {
} `json:"user"`
}


// IssueBadge issues a new badge to a user based on their email and personal details.
//
// templateId: The ID of the badge template to be issued.
Expand Down
1 change: 0 additions & 1 deletion credly/badge_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.


package credly

import (
Expand Down
1 change: 0 additions & 1 deletion credly/badge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func TestGetBadge(t *testing.T) {
mockClient.AssertExpectations(t)
}


func TestGetBadges_Failure(t *testing.T) {
mockClient := new(MockHTTPClient)
client := &Client{
Expand Down

0 comments on commit 354a7fc

Please sign in to comment.