diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-11-03 18:02:10 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-03 17:02:42 +0000 |
| commit | 505fcf5dcfb59e91ed97e770b166793e44845bd8 (patch) | |
| tree | 59c088c84e235ac93c0e3163bf9ebdcffc22a10b | |
| parent | 2f9e0d355ef4db3157a401da8bf3b8da4c811d6b (diff) | |
[ruby/json] ext/json/ext/json.h: Add missing newline at end of file
https://github.com/ruby/json/commit/3bc1787bd4
| -rw-r--r-- | ext/json/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |
