Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Fix Indentation on FromLCH
Browse files Browse the repository at this point in the history
  • Loading branch information
cxmeel committed Apr 25, 2022
1 parent a49b240 commit af9dfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LCH/FromLCH.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ end
@function fromLCH
@within LCH
@param lch LCH -- The color to convert.
@return Color3 -- The converted color.
@param lch LCH -- The color to convert.
@return Color3 -- The converted color.
]=]
local function FromLCH(lch: CONST.LCH): Color3
Assert.typeOf("FromLCH", "lch", "table", lch)
Expand Down

0 comments on commit af9dfd1

Please sign in to comment.