Skip to content

Commit f63fcea

Browse files
committed
fix indent
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent a076bad commit f63fcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/db/src/main/java/com/cloud/utils/db/TransactionLegacy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ private static DataSource createDbcpDataSource(String uri, String username, Stri
13341334
poolableConnectionFactory.setDefaultTransactionIsolation(isolationLevel);
13351335
}
13361336
return new PoolingDataSource<>(connectionPool);
1337-
}
1337+
}
13381338

13391339
/**
13401340
* Return a GenericObjectPoolConfig configuration usable on connection pool creation

0 commit comments

Comments
 (0)