Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2024
1 parent b5b5df6 commit 5a5c922
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions yaqd_watchdog/watchdog.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,15 @@
"type": "int"
},
{
"default": null,
"name": "under",
"type": [
"float",
"null"
]
},
{
"default": null,
"name": "over",
"type": [
"float",
Expand Down Expand Up @@ -279,12 +281,20 @@
"type": "int"
},
{
"default": null,
"name": "percent_under",
"type": "float"
"type": [
"float",
"null"
]
},
{
"default": null,
"name": "percent_over",
"type": "float"
"type": [
"float",
"null"
]
},
{
"default": 10,
Expand Down

0 comments on commit 5a5c922

Please sign in to comment.