package publish

This commit is contained in:
Vanessa McHale 2019-03-01 20:24:02 -06:00
parent 551edb1a82
commit b45eda1cc4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function! AtsFormat()
exec 'silent !atsfmt -i ' . expand('%')
exec 'e'
call setpos('.', cursor)
call ATSStripTrailingWhitespce()
call ATSStripTrailingWhitespace()
endfunction
if g:ats_use_ctags == 1