Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Jun 27, 2024
1 parent de086b5 commit 4e1a2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/operations/rooms/remove/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ import (
"context"
"errors"
"fmt"
porterrors "github.com/topfreegames/maestro/internal/core/ports/errors"
"sync"

"github.com/topfreegames/maestro/internal/core/entities/game_room"
"github.com/topfreegames/maestro/internal/core/entities/operation"
"github.com/topfreegames/maestro/internal/core/logs"
"github.com/topfreegames/maestro/internal/core/operations"
"github.com/topfreegames/maestro/internal/core/ports"
porterrors "github.com/topfreegames/maestro/internal/core/ports/errors"
"go.uber.org/zap"
"golang.org/x/sync/errgroup"
)
Expand Down

0 comments on commit 4e1a2a0

Please sign in to comment.