From 2ce4561d8da6498369c5c411dd24c8fc838b9128 Mon Sep 17 00:00:00 2001 From: jbeers Date: Thu, 1 Aug 2024 22:08:38 +0000 Subject: [PATCH] Apply cfformat changes --- models/oAuthService.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/oAuthService.cfc b/models/oAuthService.cfc index 1870752..3bf037f 100644 --- a/models/oAuthService.cfc +++ b/models/oAuthService.cfc @@ -1,4 +1,4 @@ - component accessors="true" { + component accessors="true" { property name="hyper" inject="HyperBuilder@hyper"; property name="jwt" inject="jwt@jwtcfml";