mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
More formatting cleanup.
This commit is contained in:
@@ -41,7 +41,8 @@ namespace OpenSim.Data.MapperFactory
|
||||
|
||||
static public BaseDatabaseConnector GetDataBaseMapper(MAPPER_TYPE type, string connectionString)
|
||||
{
|
||||
switch (type) {
|
||||
switch (type)
|
||||
{
|
||||
case MAPPER_TYPE.MySQL:
|
||||
return new MySQLDatabaseMapper(connectionString);
|
||||
case MAPPER_TYPE.MSSQL:
|
||||
|
||||
Reference in New Issue
Block a user