1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-25 21:16:38 +03:00

Fix formatting

This commit is contained in:
Maxime Coste 2015-07-09 13:53:21 +01:00
parent f1c286e592
commit 1d1927647a

View File

@ -455,6 +455,7 @@ HighlighterAndId create_search_highlighter(HighlighterParameters params)
{ {
if (params.size() != 0) if (params.size() != 0)
throw runtime_error("wrong parameter count"); throw runtime_error("wrong parameter count");
auto get_face = [](const Context& context){ auto get_face = [](const Context& context){
return FacesSpec{ { 0, "Search" } }; return FacesSpec{ { 0, "Search" } };
}; };