Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Jun 3, 2022
1 parent 62ed211 commit c257f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/serializers/json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ It is also possible to do arithmetics or renaming
}
```

will result in
will result in

```json
{
Expand Down Expand Up @@ -233,7 +233,7 @@ metrics.{

```

resulting in
resulting in

```json
[
Expand Down Expand Up @@ -272,7 +272,7 @@ However, the more interesting use-case is to restructure and **combine** the met
}
```

resulting in
resulting in

```json
{
Expand Down

0 comments on commit c257f25

Please sign in to comment.