chore(lgtm): fix "empty block without comment" warnings

This commit is contained in:
Dundar Göc
2022-03-08 19:58:45 +01:00
parent f27068caad
commit 05f643f9d2
6 changed files with 6 additions and 11 deletions

View File

@@ -171,6 +171,7 @@ static NluaXdiffMode process_xdl_diff_opts(lua_State *lstate, xdemitconf_t *cfg,
goto exit_1;
}
if (strequal("unified", v->data.string.data)) {
// the default
} else if (strequal("indices", v->data.string.data)) {
had_result_type_indices = true;
} else {