Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterychang committed Feb 6, 2024
1 parent 81ff98c commit f19c3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rlclientlib/model_mgmt/restapi_data_transport_oauth.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ restapi_data_transport_oauth::restapi_data_transport_oauth(
{
}
restapi_data_transport_oauth::restapi_data_transport_oauth(std::unique_ptr<i_http_client>&& httpcli,
utility::configuration cfg, model_source model_source, i_trace* trace, oauth_callback_t& callback, std::string scope)
utility::configuration cfg, model_source model_source, i_trace* trace, oauth_callback_t& callback,
std::string scope)
: _httpcli(std::move(httpcli))
, _cfg(std::move(cfg))
, _model_source(model_source)
Expand Down

0 comments on commit f19c3e8

Please sign in to comment.