commit | f2017f255ddceaad88a951adc6a2c190d3a18ebf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 21:29:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 21:29:57 2023 +0000 |
tree | f64c898da4cc74319a2dc1093fa9a16e883c0d5e | |
parent | 552bdca781bd202012224316ffae3439aac83b7b [diff] |
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 index f1aadde..e73b31c 100644 --- a/src/testdir/test_vim9_class.vim +++ b/src/testdir/test_vim9_class.vim
@@ -190,7 +190,7 @@ this.value = 'xyz' endclass - var state: State + var state: State var db = {'xyz': 789} echo db[state.value] END