Format cleanup

0.7.4.1
BlueWall 2012-05-23 16:58:04 -04:00
parent 682d4075e3
commit b490050165
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ namespace OpenSim.Data.Null
}
public RegionSettings LoadRegionSettings(UUID regionUUID)
{
RegionSettings rs = new RegionSettings();
{
RegionSettings rs = new RegionSettings();
rs.RegionUUID = regionUUID;
return rs;
}