Skip to content

Commit

Permalink
fix json indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 25, 2024
1 parent 90f87d6 commit 309585d
Show file tree
Hide file tree
Showing 4 changed files with 35,726 additions and 35,726 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ repos:
- id: check-json
- id: pretty-format-json
exclude_types: [jupyter]
args: [--autofix]
args: [--autofix, --indent=4]
46 changes: 23 additions & 23 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"creators": [
{
"affiliation": "Princeton University",
"name": "Kingsbury, Ryan",
"orcid": "0000-0002-7168-3967"
}
],
"rights": [
{
"description": {
"en": ""
},
"id": "lgpl-3.0-only",
"props": {
"scheme": "spdx",
"url": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"
},
"title": {
"en": "GNU Lesser General Public License v3.0 only"
}
}
],
"title": "pyEQL: A python library for water chemistry"
"creators": [
{
"affiliation": "Princeton University",
"name": "Kingsbury, Ryan",
"orcid": "0000-0002-7168-3967"
}
],
"rights": [
{
"description": {
"en": ""
},
"id": "lgpl-3.0-only",
"props": {
"scheme": "spdx",
"url": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"
},
"title": {
"en": "GNU Lesser General Public License v3.0 only"
}
}
],
"title": "pyEQL: A python library for water chemistry"
}
Loading

0 comments on commit 309585d

Please sign in to comment.