diff options
author | hr0nix <hr0nix@yandex-team.ru> | 2022-02-10 16:49:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:59 +0300 |
commit | bee0f5f332db3abff5839ff24ac18000c161a30a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/draft | |
parent | ba105fe2a44ef4553a9c1dabc9c632702a59c965 (diff) | |
download | ydb-bee0f5f332db3abff5839ff24ac18000c161a30a.tar.gz |
Restoring authorship annotation for <hr0nix@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/draft')
-rw-r--r-- | util/draft/matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/draft/matrix.h b/util/draft/matrix.h index e4729007e5..154d00b35e 100644 --- a/util/draft/matrix.h +++ b/util/draft/matrix.h @@ -1,7 +1,7 @@ #pragma once #include <util/generic/noncopyable.h> -#include <util/system/yassert.h> +#include <util/system/yassert.h> #include <util/system/defaults.h> #include <string.h> |