Skip to content

Commit

Permalink
fix(linting): order of requires
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Sep 3, 2024
1 parent 373aaca commit 35e62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/freeze-code/commands.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local M = {}

local utils = require("freeze-code.utils")
local config = require("freeze-code.config")
local utils = require("freeze-code.utils")
local logger = utils.logger
local os_utils = utils.os
local is_win = os_utils.is_win
Expand Down

0 comments on commit 35e62c4

Please sign in to comment.