8000 Fix code style issues reported in CI · awakecoding/PowerShell@0458635 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0458635

Browse files
Marc-André MoreauSteveL-MSFT
Marc-André Moreau
authored andcommitted
Fix code style issues reported in CI
1 parent ffac56c commit 0458635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.PowerShell.ConsoleHost/host/msh/NativeHost.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
using System;
77
using System.IO;
8-
using System.Runtime.Loader;
98
using System.Runtime.InteropServices;
9+
using System.Runtime.Loader;
1010

1111
namespace Microsoft.PowerShell
1212
{
@@ -19,10 +19,10 @@ public static class NativeHost
1919
/// Load an assembly in memory from unmanaged code.
2020
/// </summary>
2121
/// <param name="data">
22-
/// Unmanaged pointer to assembly data buffer
22+
/// Unmanaged pointer to assembly data buffer.
2323
/// </param>
2424
/// <param name="size">
25-
/// Size in bytes of the assembly data buffer
25+
/// Size in bytes of the assembly data buffer.
2626
/// </param>
2727
[UnmanagedCallersOnly]
2828
public static void LoadAssemblyData(IntPtr data, int size)

0 commit comments

Comments
 (0)
0