0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

patch 9.0.1318: code style test fails

Problem:    Code style test fails.
Solution:   Remove trailing white space.
This commit is contained in:
Bram Moolenaar 2023-02-17 21:29:57 +00:00
parent 552bdca781
commit f2017f255d
2 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def Test_object_not_set()
this.value = 'xyz'
endclass
var state: State
var state: State
var db = {'xyz': 789}
echo db[state.value]
END

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1318,
/**/
1317,
/**/