Skip to content

Commit 516ed4d

Browse files
committed
fix(ModuleConfig): Fix syntax errors
1 parent dded0a1 commit 516ed4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ModuleConfig.cfc

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ component {
6262
.initArg( name = "utils", ref = "QueryUtils@qb" )
6363
.initArg( name = "preventDuplicateJoins", value = settings.preventDuplicateJoins )
6464
.initArg( name = "returnFormat", value = settings.defaultReturnFormat )
65-
.initArg( name = "defaultOptions", value = settings.defaultOptions );
66-
.initArg( name = "sqlCommenter", ref = "ColdBoxSQLCommenter@qb" );
65+
.initArg( name = "defaultOptions", value = settings.defaultOptions )
66+
.initArg( name = "sqlCommenter", ref = "ColdBoxSQLCommenter@qb" )
6767
.initArg( name = "shouldMaxRowsOverrideToAll", value = settings.shouldMaxRowsOverrideToAll );
6868

6969
binder

0 commit comments

Comments
 (0)