changeset 31972:4e59c4260d84 v9.0.1318

patch 9.0.1318: code style test fails Commit: https://github.com/vim/vim/commit/f2017f255ddceaad88a951adc6a2c190d3a18ebf Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 21:29:57 2023 +0000 patch 9.0.1318: code style test fails Problem: Code style test fails. Solution: Remove trailing white space.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Feb 2023 22:45:03 +0100
parents 70d210736f3e
children de24099cb6ba
files src/testdir/test_vim9_class.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_vim9_class.vim
+++ b/src/testdir/test_vim9_class.vim
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1318,
+/**/
     1317,
 /**/
     1316,