Skip to content

Commit 6338bbf

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 5c25a13 commit 6338bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/CBSecurity.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ component threadsafe singleton accessors="true" {
443443
* @message The error message to throw in the exception
444444
*
445445
* @throws NoUserLoggedIn
446-
* @throws NotAuthorized
446+
* @throws NotAuthorized
447447
*/
448448
CBSecurity function secureSameUser( required user, message = variables.DEFAULT_ERROR_MESSAGE ){
449449
if ( !sameUser( arguments.user ) ) {

0 commit comments

Comments
 (0)