Skip to content

Commit

Permalink
Fix docstring whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 27, 2024
1 parent dc817b4 commit 099f8d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ predefinedFilters: {

The data service filter expressions are of the form `["<name>", "<op>", <value>]`, you can also specify complex expressions concatenated with `and|or` as follows:

```
```
[["<name>", "<op>", <value>],"and|or",["<name>","<op>",<value>],...]
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/MapFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import './style/MapFilter.css';
*
* The data service filter expressions are of the form `["<name>", "<op>", <value>]`, you can also specify complex expressions concatenated with `and|or` as follows:
*
* ```
* ```
* [["<name>", "<op>", <value>],"and|or",["<name>","<op>",<value>],...]
* ```
*
Expand Down

0 comments on commit 099f8d1

Please sign in to comment.