Skip to content

Commit 7669579

Browse files
committed
Removed extra explicit
1 parent 588c158 commit 7669579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/services/metadata/manager/fetch_database.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TEvFetchDatabaseResponse : public TEventLocal<TEvFetchDatabaseResponse, Ev
1313
YDB_READONLY_DEF(TString, ErrorString);
1414

1515
public:
16-
explicit TEvFetchDatabaseResponse(bool serverless, const TString& errorString)
16+
TEvFetchDatabaseResponse(bool serverless, const TString& errorString)
1717
: Serverless(serverless)
1818
, ErrorString(errorString)
1919
{}

0 commit comments

Comments
 (0)