Skip to content

Commit e4a708e

Browse files
authored
Sort requires
Signed-off-by: GitHub <noreply@github.com>
1 parent 8de1020 commit e4a708e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/init.luau

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ local GAMEPAD_INPUT_TYPES = {
9696
[Enum.UserInputType.Gamepad8] = true,
9797
}
9898

99+
local ContextActionService = game:GetService("ContextActionService")
100+
local GamepadService = game:GetService("GamepadService")
99101
local PlayersService = game:GetService("Players")
100-
local UserInputService = game:GetService("UserInputService")
101102
local StarterGui = game:GetService("StarterGui")
102-
local ContextActionService = game:GetService("ContextActionService")
103+
local UserInputService = game:GetService("UserInputService")
103104
local VRService = game:GetService("VRService")
104-
local GamepadService = game:GetService("GamepadService")
105105
-- RobloxGui:WaitForChild("Modules"):WaitForChild("TenFootInterface")
106106
local IsTenFootInterface = GuiService:IsTenFootInterface() -- ROBLOX deviation: use GuiService
107107
local function Create(instanceType) -- ROBLOX deviation: use a custom Create function

stylua.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[sort_requires]
2+
enabled = true

0 commit comments

Comments
 (0)