mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -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'
|
this.value = 'xyz'
|
||||||
endclass
|
endclass
|
||||||
|
|
||||||
var state: State
|
var state: State
|
||||||
var db = {'xyz': 789}
|
var db = {'xyz': 789}
|
||||||
echo db[state.value]
|
echo db[state.value]
|
||||||
END
|
END
|
||||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1318,
|
||||||
/**/
|
/**/
|
||||||
1317,
|
1317,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user