Index: test/DeltaShell/DeltaShell.Plugins.CommonTools.Tests/Forms/TextDocumentViewTest.cs =================================================================== diff -u -ra3374ad8ea7f08e081519f22c3c1997754027498 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/DeltaShell/DeltaShell.Plugins.CommonTools.Tests/Forms/TextDocumentViewTest.cs (.../TextDocumentViewTest.cs) (revision a3374ad8ea7f08e081519f22c3c1997754027498) +++ test/DeltaShell/DeltaShell.Plugins.CommonTools.Tests/Forms/TextDocumentViewTest.cs (.../TextDocumentViewTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -11,16 +11,16 @@ public void SetNullDataInDocumentView() { var textDocument = new TextDocument(true) - { - Content = "Lorem ipsum" - }; + { + Content = "Lorem ipsum" + }; var textDocumentView = new TextDocumentView - { - Data = textDocument - }; + { + Data = textDocument + }; textDocumentView.Data = null; // Note: this should not cause an exception } } -} +} \ No newline at end of file