diff options
| author | kartynnik <[email protected]> | 2022-02-10 16:48:07 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:07 +0300 | 
| commit | ca2a705e6e39e85df30054d7e806e572de9cfe23 (patch) | |
| tree | fb7cc52bc2579366b2796a24f91f6df7a223f9ab /library/cpp/coroutine | |
| parent | e20e2b362f0232ed5a389db887e6e27e7763af18 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/coroutine')
| -rw-r--r-- | library/cpp/coroutine/engine/iostatus.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/coroutine/engine/iostatus.h b/library/cpp/coroutine/engine/iostatus.h index bf6036805d5..99c2fb8e90f 100644 --- a/library/cpp/coroutine/engine/iostatus.h +++ b/library/cpp/coroutine/engine/iostatus.h @@ -1,7 +1,7 @@  #pragma once -#include <util/generic/yexception.h> - +#include <util/generic/yexception.h>  +   class TIOStatus {  public:      TIOStatus(int status) noexcept  | 
