From c6fe31310af6e351a7006e3d31fc0167e730dbec Mon Sep 17 00:00:00 2001 From: Tobe O Date: Tue, 28 Aug 2018 09:55:51 -0400 Subject: [PATCH] Formatting --- lib/src/core/response_context.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/core/response_context.dart b/lib/src/core/response_context.dart index e7806b06..9c0dd52f 100644 --- a/lib/src/core/response_context.dart +++ b/lib/src/core/response_context.dart @@ -80,7 +80,7 @@ abstract class ResponseContext } /// Returns `true` if the response is still available for processing by Angel. - /// + /// /// If it is `false`, then Angel will stop executing handlers, and will only run /// response finalizers if the response [isBuffered]. bool get isOpen;