fix bad indentation

0.6.0-stable
Sean Dague 2008-04-07 17:58:20 +00:00
parent 0e7c4046d3
commit c5804cbb3a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace OpenSim.Data.NHibernate
}
}
override public void CreateAsset(AssetBase asset)
override public void CreateAsset(AssetBase asset)
{
if (!ExistsAsset(asset.FullID)) {
using(ISession session = factory.OpenSession()) {