Skip to content

Commit dd9480d

Browse files
committed
small automatic reformatting of imports
1 parent 272ec38 commit dd9480d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/api/routes.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package api
22

33
import (
4-
"github.com/OpenFactorioServerManager/factorio-server-manager/factorio"
54
"github.com/OpenFactorioServerManager/factorio-server-manager/api/websocket"
5+
"github.com/OpenFactorioServerManager/factorio-server-manager/factorio"
66
"net/http"
77

8-
98
"github.com/gorilla/mux"
109
)
1110

0 commit comments

Comments
 (0)