1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-30 23:37:17 +03:00

Small formatting fixup

This commit is contained in:
Maxime Coste 2016-10-10 23:20:05 +01:00
parent 0d2bb4756b
commit bc9d1b4dac

View File

@ -66,7 +66,7 @@ struct JumpList
private:
using Contents = Vector<SelectionList, MemoryDomain::Selections>;
Contents m_jumps;
Contents m_jumps;
size_t m_current = 0;
};