minor: tidy up spacing at bottom of MundaneFrameworkTests

0.7.4-extended
Justin Clark-Casey (justincc) 2012-12-05 21:53:25 +00:00
parent ad75cb2682
commit 6d03a5d01b
1 changed files with 2 additions and 6 deletions

View File

@ -303,10 +303,6 @@ namespace OpenSim.Framework.Tests
Culture.SetCurrentCulture(); Culture.SetCurrentCulture();
Assert.That(Thread.CurrentThread.CurrentCulture.Name == ci.Name, "SetCurrentCulture failed to set thread culture to en-US"); Assert.That(Thread.CurrentThread.CurrentCulture.Name == ci.Name, "SetCurrentCulture failed to set thread culture to en-US");
} }
} }
} }