Skip to content

Commit

Permalink
chore: Ran autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 13, 2024
1 parent f396d51 commit 482b9f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface ContainerQueryModifierSignature<T extends IndexSignatureParameter> {
export default class ContainerQueryModifier<
T extends IndexSignatureParameter,
> extends Modifier<ContainerQueryModifierSignature<T>> {
@service private declare readonly resizeObserver;
@service declare private readonly resizeObserver;

dimensions!: Dimensions;
queryResults!: QueryResults<T>;
Expand Down

0 comments on commit 482b9f9

Please sign in to comment.