Commit eea6ba38 authored by Khalique's avatar Khalique
Browse files

remove nolint

parent 5d273c3d
...@@ -617,7 +617,7 @@ struct pad ...@@ -617,7 +617,7 @@ struct pad
enum padding_mode_t enum padding_mode_t
{ {
constant_pad, constant_pad,
reflect_pad, // NOLINT reflect_pad,
edge_pad edge_pad
}; };
padding_mode_t mode = constant_pad; padding_mode_t mode = constant_pad;
......
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