mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Apply fixes from black and codespell
This commit is contained in:
parent
580d87b837
commit
9a8b5848d8
69 changed files with 85 additions and 117 deletions
|
|
@ -2920,7 +2920,7 @@ void CodeEdit::_filter_code_completion_candidates_impl() {
|
|||
}
|
||||
|
||||
/* Filter Options. */
|
||||
/* For now handle only tradional quoted strings. */
|
||||
/* For now handle only traditional quoted strings. */
|
||||
bool single_quote = in_string != -1 && first_quote_col > 0 && delimiters[in_string].start_key == "'";
|
||||
|
||||
code_completion_options.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue