doc: Meaningless comment to kick CI from hang

This commit is contained in:
jhlink 2020-07-30 21:54:41 -04:00
parent 84a413350c
commit e2d1e54eb5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Execute(The astyle callback should support cpp files with option file set):
\ },
\ ale#fixers#astyle#Fix(bufnr(''))
Execute(The astyle callback should return the correct default values with an option file set):
Execute(The astyle callback should return the correct default values with a specified option file):
call ale#test#SetFilename('../c_files/testfile.c')
let g:ale_c_astyle_project_options = '.astylerc_c'
let targetfile = bufname(bufnr('%'))