Skip to content

Commit 11eead5

Browse files
committed
lint: Fix formatting
1 parent 63a4d64 commit 11eead5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_pytest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,9 @@ def test_number_multiple_of_validation():
544544
"type": "number",
545545
"minimum": 0,
546546
"maximum": 1000000000,
547-
"multipleOf": 0.001
547+
"multipleOf": 0.001,
548548
},
549-
}
549+
},
550550
}
551551

552552
builder = pjs.ObjectBuilder(schema)

0 commit comments

Comments
 (0)