Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Dec 5, 2024
1 parent 98be5dc commit 9202d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/domain/speedruns.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package domain

import (
"context"
"github.com/leighmacdonald/steamid/v4/steamid"
"time"

"github.com/leighmacdonald/steamid/v4/steamid"
)

type SpeedrunRepository interface {
Expand Down
1 change: 1 addition & 0 deletions internal/srcds/speedruns_usecase.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package srcds
import (
"context"
"errors"

"github.com/gofrs/uuid/v5"
"github.com/leighmacdonald/gbans/internal/domain"
)
Expand Down

0 comments on commit 9202d76

Please sign in to comment.