From 8c385afd3c55cbd2926ae98801834b0d72bd023d Mon Sep 17 00:00:00 2001 From: lmajano Date: Thu, 17 Oct 2024 17:16:55 +0000 Subject: [PATCH] Apply cfformat changes --- system/core/delegates/Flow.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/delegates/Flow.cfc b/system/core/delegates/Flow.cfc index bebefdf7d..603526a6a 100644 --- a/system/core/delegates/Flow.cfc +++ b/system/core/delegates/Flow.cfc @@ -4,7 +4,7 @@ * --- * This component is mostly used as a delegate to have flow control methods for fluent beauty */ -component accessors = true { +component accessors=true { /** * Pivots if used in delegate or normal mode.