mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 05:18:45 +00:00
The nested line was the else-branch of an if-then-else block that dealt
with cryptography, but after commit
85338fe1d5 (Remove cryptography) removed
the if-then part, the indentation of this line was not adjusted.