summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-30 23:41:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 19:19:13 +0900
commite417d0eb5d7c8308802519a4dc87f42912c63884 (patch)
treecad08983cb081ad11689f61324933e05b08e15ab
parent2116a0f17cc078bf8e99e955378e5aded421728b (diff)
downloadpsych-e417d0eb5d7c8308802519a4dc87f42912c63884.zip
Text files should end with a newline
-rw-r--r--ext/psych/yaml/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/loader.c b/ext/psych/yaml/loader.c
index 78b87e6..bcf3aee 100644
--- a/ext/psych/yaml/loader.c
+++ b/ext/psych/yaml/loader.c
@@ -541,4 +541,4 @@ yaml_parser_load_mapping_end(yaml_parser_t *parser, yaml_event_t *event,
(void)POP(parser, *ctx);
return 1;
-} \ No newline at end of file
+}