Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
J4NN0 committed Nov 15, 2023
1 parent b8e8e97 commit e5b5e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/league-of-legends-tactics-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package main

import (
"fmt"
"github.com/J4NN0/league-of-legends-fight-tactics/internal/command"
"net/http"
"os"

"github.com/J4NN0/league-of-legends-fight-tactics/internal/command"
"github.com/J4NN0/league-of-legends-fight-tactics/internal/config"
"github.com/J4NN0/league-of-legends-fight-tactics/pkg/logger"
"github.com/J4NN0/league-of-legends-fight-tactics/pkg/lol"
Expand Down

0 comments on commit e5b5e86

Please sign in to comment.