Merge pull request #18442 from dundargoc/uncrustify

refactor: upgrade uncrustify configuration to version 0.75
This commit is contained in:
bfredl
2022-05-06 10:41:51 +02:00
committed by GitHub
5 changed files with 255 additions and 133 deletions

View File

@@ -859,7 +859,7 @@ Dictionary nvim_parse_cmd(String str, Dictionary opts, Error *err)
ADD(range, INTEGER_OBJ(ea.line1));
}
ADD(range, INTEGER_OBJ(ea.line2));
PUT(result, "range", ARRAY_OBJ(range));;
PUT(result, "range", ARRAY_OBJ(range));
} else {
PUT(result, "range", ARRAY_OBJ(ARRAY_DICT_INIT));
}