aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/future/fwd.h')
-rw-r--r--library/cpp/threading/future/fwd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/threading/future/fwd.h b/library/cpp/threading/future/fwd.h
index b51d9b0019..0cd25dd288 100644
--- a/library/cpp/threading/future/fwd.h
+++ b/library/cpp/threading/future/fwd.h
@@ -1,8 +1,8 @@
-#pragma once
-
+#pragma once
+
#include "core/fwd.h"
-namespace NThreading {
- template <typename TR = void, bool IgnoreException = false>
- class TLegacyFuture;
-}
+namespace NThreading {
+ template <typename TR = void, bool IgnoreException = false>
+ class TLegacyFuture;
+}