From 505fcf5dcfb59e91ed97e770b166793e44845bd8 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 3 Nov 2025 18:02:10 +0100 Subject: [ruby/json] ext/json/ext/json.h: Add missing newline at end of file https://github.com/ruby/json/commit/3bc1787bd4 --- ext/json/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/json.h b/ext/json/json.h index 873440527d..20e7101de7 100644 --- a/ext/json/json.h +++ b/ext/json/json.h @@ -82,4 +82,4 @@ typedef unsigned char _Bool; #endif #endif -#endif // _JSON_H_ \ No newline at end of file +#endif // _JSON_H_ -- cgit v1.2.3