Commit 87a97a54 authored by Jason Choy's avatar Jason Choy

using implicit conversion from nullptr to an empty Maybe

parent f7961072
......@@ -279,7 +279,7 @@ private:
return annotation.getValue();
}
}
return kj::Maybe<schema::Value::Reader>();
return nullptr;
}
template <typename P>
......
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