Skip to content

Commit

Permalink
fix: use prettier formatter to fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattc1221 committed May 15, 2023
1 parent a700bed commit f37ea67
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ declare module 'deck.gl' {
aggregation?: string;
}

export class HeatmapLayer<T extends object = any> extends Layer<T, HeatmapLayerProps<T>> {
export class HeatmapLayer<T extends object = any> extends Layer<
T,
HeatmapLayerProps<T>
> {
constructor(props: HeatmapLayerProps<T>);
}
}
Expand Down

0 comments on commit f37ea67

Please sign in to comment.