From 7f66a4a35af10aabf8899a1017bbfc3dc9211f68 Mon Sep 17 00:00:00 2001 From: Alex Groleau Date: Tue, 10 Jun 2025 16:01:58 -0400 Subject: [PATCH] no-op --- src/lib.rs | 2 -- src/tests.rs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index e66a276..0fc2b5d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -320,8 +320,6 @@ fn enhance_error_message(message: &str) -> (String, String) { } } - - // Extract a better format message fn extract_format_message(message: &str) -> String { if message.contains("date-time") { diff --git a/src/tests.rs b/src/tests.rs index b259c08..5792964 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -538,4 +538,4 @@ fn test_auto_strict_validation() { let result_permissive = validate_json_schema(schema_id_permissive, jsonb(instance_with_extra)); assert_success_with_json!(result_permissive, "Instance with extra property should pass when additionalProperties is explicitly true, even with strict=true"); -} +} \ No newline at end of file