Skip to content

Commit

Permalink
util lint patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Jul 26, 2024
1 parent d5fcf80 commit 9ef16b4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/Component/TextField/Base.luau
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local _Packages = _Package.Parent
local Maid = require(_Packages:WaitForChild("Maid"))
local ColdFusion = require(_Packages:WaitForChild("ColdFusion"))
local Icons = require(_Packages:WaitForChild("MaterialIcons"))
local OutlinedIcons = require(_Packages:WaitForChild("OutlinedMaterialIcons"))
local OutlineIcons = require(_Packages:WaitForChild("OutlinedMaterialIcons"))

-- Modules
local Types = require(_Package:WaitForChild("Types"))
Expand Down
2 changes: 0 additions & 2 deletions src/Util/Container/ColdFusion.luau
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ type ImageData = Types.ImageData
-- Class
local Util = {}

Util = {}

function Util.new(): Frame
local maid = Maid.new()

Expand Down
1 change: 0 additions & 1 deletion src/Util/ImageLabel/ColdFusion.luau
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ type ImageData = Types.ImageData
-- Class
local Util = {}

Util = {}
function Util.new(
icon: CanBeState<ImageData?>,
color: CanBeState<Color3?>,
Expand Down
2 changes: 0 additions & 2 deletions src/Util/List/ColdFusion.luau
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ type ImageData = Types.ImageData
-- Class
local Util = {}

Util = {}

function Util.new(
verticalAlignment: CanBeState<Enum.VerticalAlignment>,
horizontalAlignment: CanBeState<Enum.HorizontalAlignment>,
Expand Down
2 changes: 0 additions & 2 deletions src/Util/Padding/ColdFusion.luau
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ type ImageData = Types.ImageData
-- Class
local Util = {}

Util = {}

function Util.new(leftRight: CanBeState<UDim>, topBottom: CanBeState<UDim>): UIPadding
local maid = Maid.new()

Expand Down
2 changes: 0 additions & 2 deletions src/Util/PopUp/ColdFusion.luau
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ type ImageData = Types.ImageData
-- Class
local Util = {}

Util = {}

function Util.new(absolutePosition: CanBeState<Vector2>, anchorPoint: CanBeState<Vector2>): Frame
local maid = Maid.new()
local _fuse = ColdFusion.fuse(maid)
Expand Down

0 comments on commit 9ef16b4

Please sign in to comment.