Skip to content

Commit aa50f05

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent d85f74f commit aa50f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/core/util/Util.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ component {
486486
*/
487487
public string function getHibernateVersion(){
488488
// BoxLang Detection
489-
if( server.keyExists( "boxlang" ) ) {
489+
if ( server.keyExists( "boxlang" ) ) {
490490
return ORMGetHibernateVersion();
491491
}
492492

0 commit comments

Comments
 (0)