Skip to content

Commit

Permalink
style: Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Sep 4, 2023
1 parent 36d49af commit 46a037e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/cooldown/src/Shared/CooldownUtils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ local CooldownUtils = {}

--[=[
Creates a new Roblox instance representing a cooldown.
@param cooldownBinder Binder<Cooldown | CooldownClient>
@param parent Instance
@param length number
@return Instance
Expand Down
3 changes: 3 additions & 0 deletions src/observablecollection/src/Shared/ObservableMapList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ end
Gets the current value at the list index
@param key TKey
@param index number
@return Observable<TValue?>
]=]
function ObservableMapList:GetAtListIndex(key, index)
Expand All @@ -119,6 +120,7 @@ end
Observes the current value at the index
@param key TKey
@param index number
@return Observable<TValue?>
]=]
function ObservableMapList:ObserveAtListIndex(key, index)
Expand Down Expand Up @@ -158,6 +160,7 @@ end
Observes the current value at the index
@param key TKey
@param index number
@return Observable<Brio<TValue>>
]=]
function ObservableMapList:ObserveAtListIndexBrio(key, index)
Expand Down
2 changes: 0 additions & 2 deletions src/steputils/src/Shared/StepUtils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ end

--[=[
Yields until the frame deferral is done
@param StepUtils
]=]
function StepUtils.deferWait()
local signal = Instance.new("BindableEvent")
Expand Down

0 comments on commit 46a037e

Please sign in to comment.