Skip to content

Commit 3fc94e5

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent e4373f8 commit 3fc94e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

models/util/support/ORMUtilSupport.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ component singleton {
207207

208208
// Hibernate Discovery
209209
try {
210-
return getSession( getEntityDatasource( arguments.entity ) ).getEntityName(
211-
arguments.entity
212-
);
210+
return getSession( getEntityDatasource( arguments.entity ) ).getEntityName( arguments.entity );
213211
} catch ( org.hibernate.TransientObjectException e ) {
214212
// ignore it, it is not in session, go for long-discovery
215213
}

0 commit comments

Comments
 (0)