diff options
author | ivanmorozov <[email protected]> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:33 +0300 |
commit | cba5d9a444e2cfe105f55ccda66cd21d50440017 (patch) | |
tree | 79983e83d1a91aebeb1999338090eec69e24cc33 /library/cpp/balloc/optional/ya.make | |
parent | eb540cc7a103419462d0cc870ca403966e2194c6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/balloc/optional/ya.make')
-rw-r--r-- | library/cpp/balloc/optional/ya.make | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/library/cpp/balloc/optional/ya.make b/library/cpp/balloc/optional/ya.make index f740fc0b7da..a9fdce993be 100644 --- a/library/cpp/balloc/optional/ya.make +++ b/library/cpp/balloc/optional/ya.make @@ -1,15 +1,15 @@ -LIBRARY() - -OWNER(ivanmorozov) - -SRCS( - operators.cpp -) - -PEERDIR( +LIBRARY() + +OWNER(ivanmorozov) + +SRCS( + operators.cpp +) + +PEERDIR( library/cpp/malloc/api -) - -END() +) + +END() NEED_CHECK() |