Skip to content

Commit ada554f

Browse files
committed
gofmt
1 parent 153c4e9 commit ada554f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: handlers/messagebird/handler.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99
"crypto/hmac"
1010
"crypto/sha256"
1111
"encoding/hex"
12-
"log/slog"
13-
"strconv"
1412
"errors"
1513
"fmt"
14+
"log/slog"
15+
"strconv"
1616

1717
"net/http"
1818
"time"
@@ -64,9 +64,9 @@ var statusMapping = map[string]courier.MsgStatus{
6464

6565
type formMessage struct {
6666
ID string `name:"id"`
67-
MID string `name:"mid"` //shortcode only
68-
Shortcode string `name:"shortcode"` //shortcode only
69-
Recipient string `name:"recipient" validate:"required"`
67+
MID string `name:"mid"` //shortcode only
68+
Shortcode string `name:"shortcode"` //shortcode only
69+
Recipient string `name:"recipient" validate:"required"`
7070
Originator string `name:"originator"`
7171
Body string `name:"body"`
7272
MediaURLs []string `name:"mediaUrls"`

0 commit comments

Comments
 (0)