Skip to content

Commit

Permalink
docs: reduce spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Apr 16, 2023
1 parent 6c015e2 commit fa60256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ diff(input1, input2),
Output:
```json
{
"add +": "added",
"change ~": "~[ this , changed ]",
"remove -": "removed"
"add +": "added",
"change ~": "~[ this , changed ]",
"remove -": "removed"
}
```

Expand Down
6 changes: 3 additions & 3 deletions inspect.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ local d = import 'doc-util/main.libsonnet';
Output:
```json
{
"add +": "added",
"change ~": "~[ this , changed ]",
"remove -": "removed"
"add +": "added",
"change ~": "~[ this , changed ]",
"remove -": "removed"
}
```
|||,
Expand Down

0 comments on commit fa60256

Please sign in to comment.