Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilVsLive2 committed Jan 8, 2024
1 parent bf311a2 commit b8a75fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/handles/instanceApi/DestructableData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ export class DestructableLevelAccessor<T> {

#accessorNatives: DestructableLevelAccessorNatives<T>;

constructor(destructableData: DestructableData, field: HandleHolder<"_enum">, accessNatives: DestructableLevelAccessorNatives<T>) {
constructor(
destructableData: DestructableData,
field: HandleHolder<"_enum">,
accessNatives: DestructableLevelAccessorNatives<T>,
) {
this.#destructableData = destructableData;
this.#field = field;

Expand Down

0 comments on commit b8a75fe

Please sign in to comment.