Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 19, 2025
1 parent 31df6b6 commit 13bd60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ inline void parse_cid_elements(const std::string& cid, size_t pos,
if (!is_metal(static_cast<El>(i)))
elements[i] = char(!inverted);
} else {
wrong_syntax(cid, 0, "in [...]");
wrong_syntax(cid, 0, " in [...]");
}
} else {
char elem_str[2] = {cid[pos], sep > pos+1 ? cid[pos+1] : '\0'};
Expand Down

0 comments on commit 13bd60d

Please sign in to comment.