Remove unnecessary extra spaces before comments in code examples.

This commit is contained in:
Michael Alexsander 2020-01-23 14:41:49 -03:00
parent 1c0995d450
commit c4745c96d7
7 changed files with 24 additions and 24 deletions

View file

@ -315,7 +315,7 @@
[codeblock]
var result = search(key, flags, line, column)
if result.size() > 0:
# result found
# Result found.
var res_line = result[TextEdit.SEARCH_RESULT_LINE]
var res_column = result[TextEdit.SEARCH_RESULT_COLUMN]
[/codeblock]