(clang-format for has_example)

This commit is contained in:
Chuck
2019-11-04 15:11:45 +01:00
committed by Linus Heckemann
parent 57a5752300
commit a3e31df4d7
@@ -402,7 +402,8 @@ void printAttr(Context & ctx, Out & out, const std::string & path, Value & root)
} }
} }
bool has_example(Context & ctx, Value & option) { bool has_example(Context & ctx, Value & option)
{
try { try {
findAlongAttrPath(ctx.state, "example", ctx.autoArgs, option); findAlongAttrPath(ctx.state, "example", ctx.autoArgs, option);
return true; return true;