Skip to content

Commit 7c994f5

Browse files
committed
chore: undo unintended change
Signed-off-by: karan-palan <karanpalan007@gmail.com>
1 parent ab16f1a commit 7c994f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/alterschema/alterschema_lint_2019_09_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,8 @@ TEST(AlterSchema_lint_2019_09, unnecessary_allof_ref_wrapper_5) {
16611661
sourcemeta::core::JSON document = sourcemeta::core::parse_json(R"JSON({
16621662
"$schema": "https://json-schema.org/draft/2019-09/schema",
16631663
"allOf": [
1664-
{ "type": "integer",
1664+
{
1665+
"type": "integer",
16651666
"$ref": "https://example.com"
16661667
}
16671668
]

0 commit comments

Comments
 (0)