Skip to content

Commit 08a031d

Browse files
committed
chore: update prettier formatting
1 parent 781978b commit 08a031d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/shared/widget-plugin-filtering/src/custom-filter-api/StringStoreProvider.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ export class StringStoreProvider implements ISetupable {
1111
private _store: StringInputFilterStore;
1212
readonly dataKey: string;
1313

14-
constructor(private filterAPI: FilterAPI, spec: FilterSpec<string>) {
14+
constructor(
15+
private filterAPI: FilterAPI,
16+
spec: FilterSpec<string>
17+
) {
1518
this.dataKey = spec.dataKey;
1619
this._store = new StringInputFilterStore(
1720
spec.attributes,

0 commit comments

Comments
 (0)