Commit 41f708e4 authored by baishuai's avatar baishuai

fix bug in android_sink.h

parent 16ee72da
......@@ -102,7 +102,7 @@ private:
template<typename Factory = default_factory>
inline std::shared_ptr<logger> android_logger(const std::string &logger_name, const std::string &tag = "spdlog")
{
return return Factory::template create<sinks::android_sink>(logger_name, tag);
return Factory::template create<sinks::android_sink>(logger_name, tag);
}
} // namespace spdlog
......
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