removed blank line and spaces
authorAnirudh Agnihotry <anagniho@microsoft.com>
Wed, 18 Oct 2017 21:14:25 +0000 (14:14 -0700)
committerAnirudh Agnihotry <anagniho@microsoft.com>
Wed, 18 Oct 2017 21:14:25 +0000 (14:14 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/c6dd97107eb87717ed2c742fe4a41b0713c71110

src/libraries/System.Diagnostics.EventLog/tests/EventLogTests/EventLogWriteEntryTests.cs

index 9b15a1e..0b9fbd4 100644 (file)
@@ -181,7 +181,7 @@ namespace System.Diagnostics.Tests
                 return;
 
             string source = "Source" + nameof(WriteEntryWithTypeAndId);
-            string log = "InstanceEntry";          
+            string log = "InstanceEntry";
             try
             {
                 EventLog.CreateEventSource(source, log);
@@ -222,7 +222,6 @@ namespace System.Diagnostics.Tests
                 // to access them.  The following information is part of the event:'EventLogWriteEntryTestsMessage'
                 // The last part is the associated message
                 // The initial message is due in insufficient permission to access resource library EventLogMsgs.dll
-
                 Assert.Contains(message, eventLogEntry.Message);
                 Assert.Equal((short)eventInstance.CategoryId, eventLogEntry.CategoryNumber);
                 Assert.Equal("(" + eventLogEntry.CategoryNumber + ")", eventLogEntry.Category);