mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -744,9 +744,9 @@ namespace OpenSim.Data.MySQL
|
||||
DataRow row = rawsettings[0];
|
||||
|
||||
RegionSettings newSettings = buildRegionSettings(row);
|
||||
newSettings.OnSave += StoreRegionSettings;
|
||||
newSettings.OnSave += StoreRegionSettings;
|
||||
|
||||
return newSettings;
|
||||
return newSettings;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user