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:
parent
552bdca781
commit
f2017f255d
@ -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
|
||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1318,
|
||||
/**/
|
||||
1317,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user