# HG changeset patch # User Bram Moolenaar # Date 1676670303 -3600 # Node ID 4e59c4260d842a93774085c93b0662d10285958e # Parent 70d210736f3ee860d091271d4fd9cb2d367d4853 patch 9.0.1318: code style test fails Commit: https://github.com/vim/vim/commit/f2017f255ddceaad88a951adc6a2c190d3a18ebf Author: Bram Moolenaar 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. diff --git a/src/testdir/test_vim9_class.vim b/src/testdir/test_vim9_class.vim --- 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 diff --git a/src/version.c b/src/version.c --- 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,