]> granicus.if.org Git - vim/commitdiff
patch 9.0.1318: code style test fails v9.0.1318
authorBram Moolenaar <Bram@vim.org>
Fri, 17 Feb 2023 21:29:57 +0000 (21:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Feb 2023 21:29:57 +0000 (21:29 +0000)
Problem:    Code style test fails.
Solution:   Remove trailing white space.

src/testdir/test_vim9_class.vim
src/version.c

index f1aadde5d339970ef76b3c5ad38f8044745a3e6a..e73b31c9b3943073c7ca2172617ed5e550d07e58 100644 (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
index ff0b29ea15496cafa3fe6bc1ea68f3ed61d51522..bcd24fa902e4efe79783fe3c3d7c12afe8ccbd4f 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1318,
 /**/
     1317,
 /**/