Fix long line.
diff --git a/asio/include/asio/impl/write.hpp b/asio/include/asio/impl/write.hpp
index da87fe9..50a6b20 100644
--- a/asio/include/asio/impl/write.hpp
+++ b/asio/include/asio/impl/write.hpp
@@ -769,7 +769,8 @@
       : stream_(other.stream_),
         buffers_(ASIO_MOVE_CAST(DynamicBufferSequence)(other.buffers_)),
         completion_condition_(
-          ASIO_MOVE_CAST(CompletionCondition)(other.completion_condition_)),
+          ASIO_MOVE_CAST(CompletionCondition)(
+            other.completion_condition_)),
         handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
     {
     }