Skip to content

Commit

Permalink
s:CoverageShow: fix indent (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and dbarnett committed Oct 8, 2017
1 parent 6bcdb81 commit 1d00828
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autoload/coverage.vim
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ function! s:CoverageShow(...) abort
if (has_key(s:cache, l:filename))
call s:RenderFromCache(l:filename)
else
if a:0 > 0
call coverage#ShowCoverage(maktaba#ensure#IsString(a:1))
else
call coverage#ShowCoverage()
endif
if a:0 > 0
call coverage#ShowCoverage(maktaba#ensure#IsString(a:1))
else
call coverage#ShowCoverage()
endif
endif
endif
endfunction
Expand Down

0 comments on commit 1d00828

Please sign in to comment.