fix style check

This commit is contained in:
Anton Popov 2022-10-25 23:03:37 +00:00
parent d8b09b430f
commit 79889198b1
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ namespace ErrorCodes
extern const int BAD_ARGUMENTS;
extern const int EXCESSIVE_ELEMENT_IN_CONFIG;
extern const int NO_ELEMENTS_IN_CONFIG;
extern const int UNKNOWN_DISK;
extern const int UNKNOWN_POLICY;
extern const int UNKNOWN_VOLUME;
extern const int LOGICAL_ERROR;

View File

@ -213,7 +213,7 @@ public:
/// A special const method to write transaction file.
/// It's const, because file with transaction metadata
/// can be modifed after part creation.
/// can be modified after part creation.
virtual std::unique_ptr<WriteBufferFromFileBase> writeTransactionFile(WriteMode mode) const = 0;
virtual void createFile(const String & name) = 0;