Commit e05c1915 authored by Paul's avatar Paul
Browse files

Fix tidy warning

parent d122ad58
......@@ -174,7 +174,7 @@ struct verify_program
};
template <class T>
int verify_program<T>::static_register = auto_register_verify_program<T>();
int verify_program<T>::static_register = auto_register_verify_program<T>(); // NOLINT
struct test_literals : verify_program<test_literals>
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment