Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit c3f82c2

Browse files
TheCodearsvanharmelen
authored andcommitted
format source code
1 parent 80a3897 commit c3f82c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

group_access_tokens_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ func TestCreateGroupAccessToken(t *testing.T) {
146146
t.Errorf("GroupAccessTokens.CreateGroupAccessToken returned %+v, want %+v", groupAccessToken, want)
147147
}
148148
}
149+
149150
func TestRotateGroupAccessToken(t *testing.T) {
150151
mux, client := setup(t)
151152
mux.HandleFunc("/api/v4/groups/1/access_tokens/42/rotate", func(w http.ResponseWriter, r *http.Request) {

group_boards_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ func TestGroupIssueBoardsService_UpdateIssueBoard(t *testing.T) {
399399
},
400400
Labels: []*GroupLabel{
401401
{
402-
ID: 11,
403-
Name: "GroupLabel",
404-
Color: "#428BCA",
402+
ID: 11,
403+
Name: "GroupLabel",
404+
Color: "#428BCA",
405405
Description: "",
406406
},
407407
},

personal_access_tokens_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func TestRotatePersonalAccessToken(t *testing.T) {
256256
t.Errorf("PersonalAccessTokens.RotatePersonalAccessTokens returned %+v, want %+v", rotatedToken, want)
257257
}
258258
}
259+
259260
func TestRevokePersonalAccessToken(t *testing.T) {
260261
mux, client := setup(t)
261262

0 commit comments

Comments
 (0)