Skip to content

Commit

Permalink
Removed extra explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Sep 6, 2024
1 parent 4a48665 commit 14fd621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/services/metadata/manager/fetch_database.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TEvFetchDatabaseResponse : public TEventLocal<TEvFetchDatabaseResponse, Ev
YDB_READONLY_DEF(TString, ErrorString);

public:
explicit TEvFetchDatabaseResponse(bool serverless, const TString& errorString)
TEvFetchDatabaseResponse(bool serverless, const TString& errorString)
: Serverless(serverless)
, ErrorString(errorString)
{}
Expand Down

0 comments on commit 14fd621

Please sign in to comment.