Skip to content

Commit

Permalink
format two more files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Jun 3, 2021
1 parent 9de7e12 commit 1d0a1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: |
# if you encounter error, try rerun the command below with --write instead of --check
# and commit the changes
npx prettier@2.3.0 --check {ballista,datafusion,datafusion-examples,dev,docs,python}/**/*.md
npx prettier@2.3.0 --check {ballista,datafusion,datafusion-examples,dev,docs,python}/**/*.md README.md DEVELOPERS.md
4 changes: 2 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ new specifications as you see fit.

Here is the list current active specifications:

* [Output field name semantic](docs/specification/output-field-name-semantic.md)
* [Invariants](docs/specification/invariants.md)
- [Output field name semantic](docs/specification/output-field-name-semantic.md)
- [Invariants](docs/specification/invariants.md)

## How to format `.md` document

Expand Down

0 comments on commit 1d0a1a8

Please sign in to comment.