Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
juandjara committed Dec 12, 2024
1 parent 898740a commit f7220a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sources/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export type SourceOptionalOptions = {
* - 4: 4096x4096
*/
tileResolution?: TileResolution;

/**
* By default, local in-memory caching is enabled.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/widget-sources/widget-base-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
DEFAULT_TILE_RESOLUTION,
} from '../constants-internal.js';
import {getSpatialFiltersResolution} from '../spatial-index.js';
import { AggregationOptions } from '../sources/types.js';
import {AggregationOptions} from '../sources/types.js';

export interface WidgetBaseSourceProps extends Omit<SourceOptions, 'filters'> {
apiVersion?: ApiVersion;
Expand Down

0 comments on commit f7220a0

Please sign in to comment.