Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <[email protected]>
  • Loading branch information
windtalker committed Jun 10, 2022
1 parent 193de75 commit d4ed888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Mpp/MPPTunnelSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MPPTunnelSetBase : private boost::noncopyable
{
public:
using TunnelPtr = std::shared_ptr<Tunnel>;
MPPTunnelSetBase(const String & req_id)
explicit MPPTunnelSetBase(const String & req_id)
: log(Logger::get("MPPTunnelSet", req_id))
{}

Expand Down

0 comments on commit d4ed888

Please sign in to comment.