Skip to content

Commit 8c5884e

Browse files
committed
Remove unnecessary newlines
1 parent b856581 commit 8c5884e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

group/group.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import (
99
"strings"
1010
"time"
1111

12-
"github.com/messagebird/go-rest-api/contact"
13-
1412
messagebird "github.com/messagebird/go-rest-api"
13+
"github.com/messagebird/go-rest-api/contact"
1514
)
1615

1716
// Group gets returned by the API.
@@ -119,7 +118,6 @@ func listQuery(options *ListOptions) (string, error) {
119118
}
120119

121120
values := &url.Values{}
122-
123121
values.Set("limit", strconv.Itoa(options.Limit))
124122
values.Set("offset", strconv.Itoa(options.Offset))
125123

0 commit comments

Comments
 (0)