Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Jan 9, 2024
1 parent 11f795c commit 81d17e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/beeper/registration-relay/internal/analytics"
"sync"
"time"

"github.com/gorilla/websocket"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"

"github.com/beeper/registration-relay/internal/analytics"
"github.com/beeper/registration-relay/internal/metrics"
"github.com/beeper/registration-relay/internal/util"
)
Expand Down

0 comments on commit 81d17e2

Please sign in to comment.