Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
wad4444 committed May 18, 2024
1 parent 2ccfb27 commit 7c82793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type EffectFields = {
MaxLifetime: number,
DisableLeakWarning: boolean,
Configuration: { unknown },
Destroyed: ReadonlySignal
Destroyed: ReadonlySignal,
}

export type ReadonlySignal<T = () -> ()> = {
Expand Down

0 comments on commit 7c82793

Please sign in to comment.