diff options
| author | babenko <[email protected]> | 2026-07-20 16:33:48 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2026-07-20 17:13:41 +0300 |
| commit | f99de6c24fbe590a87f85c29f497a355aa33f76e (patch) | |
| tree | 940811a28b9c6e6a7141d1efa625b85dbd00dd7d | |
| parent | 15a026be5503c25e364985dd40635b592888dfa2 (diff) | |
Cosmetics
commit_hash:c0c30cc8da8dcce3b02a489b3f5d0688402f5003
| -rw-r--r-- | yt/yt/client/formats/parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yt/yt/client/formats/parser.h b/yt/yt/client/formats/parser.h index 6993e7e0b9c..61acf3aa517 100644 --- a/yt/yt/client/formats/parser.h +++ b/yt/yt/client/formats/parser.h @@ -13,8 +13,7 @@ namespace NYT::NFormats { struct IParser : public TNonCopyable { - virtual ~IParser() - { } + virtual ~IParser() = default; virtual void Read(TStringBuf data) = 0; virtual void Finish() = 0; |
