Skip to content
Snippets Groups Projects
Commit d9f6fbf2 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix minor linting inconsitency (my clang-format is too new?)

parent 277a35d8
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ struct overloaded : Ts...
using Ts::operator()...;
};
template<class... Ts>
overloaded(Ts...)->overloaded<Ts...>;
overloaded(Ts...) -> overloaded<Ts...>;
}
namespace auth {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment