Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 4, 2019. It is now read-only.
/PashPublic archive

Commit5bd82be

Browse files
committed
FORMATTING: Remove excess newlines.
Find and replace for \n\n\n -> \n\n
1 parent498acb3 commit5bd82be

21 files changed

+1
-30
lines changed

‎Source/Pash.Microsoft.Commands.Management/GetPSDriveCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,4 @@ protected override void ProcessRecord()
5555
}
5656
}
5757

58-
59-
6058
}

‎Source/Pash.Microsoft.PowerShell.Commands.Utility/GetVariableCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
usingSystem.Collections.ObjectModel;
21
usingSystem.Management.Automation;
32

43
namespaceMicrosoft.PowerShell.Commands

‎Source/Pash.Microsoft.PowerShell.Commands.Utility/ObjectCmdletBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
usingSystem.Globalization;
21
usingSystem.Management.Automation;
32

43
namespaceMicrosoft.PowerShell.Commands

‎Source/Pash.Microsoft.PowerShell.Commands.Utility/OrderObjectBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
usingSystem.Collections.Generic;
2-
usingSystem.Globalization;
32
usingSystem.Management.Automation;
43
usingSystem.Management.Automation.Internal;
54

‎Source/Pash.Microsoft.PowerShell.Commands.Utility/OutFileCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
usingSystem;
2-
usingMicrosoft.PowerShell.Commands.Internal.Format;
32
usingSystem.Management.Automation;
3+
usingMicrosoft.PowerShell.Commands.Internal.Format;
44

55
namespaceMicrosoft.PowerShell.Commands
66
{

‎Source/Pash.Microsoft.PowerShell.Commands.Utility/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
usingSystem.Reflection;
2-
usingSystem.Runtime.CompilerServices;
32
usingSystem.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following

‎Source/Pash.Microsoft.PowerShell.Commands.Utility/RemoveVariableCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
usingSystem;
2-
usingSystem.Collections.ObjectModel;
32
usingSystem.Management.Automation;
43

54
namespaceMicrosoft.PowerShell.Commands

‎Source/Pash.System.Management/Automation/AliasInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ internal void SetDefinition(string definition, CommandManager cmdManager)
4242
//internal void SetOptions(ScopedItemOptions newOptions, bool force);
4343
}
4444

45-
4645
}

‎Source/Pash.System.Management/Automation/ErrorRecord.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ internal ErrorRecord(ErrorRecord errorRecord, Exception exception)
2828
TargetObject=errorRecord.TargetObject;
2929
}
3030

31-
3231
// public ErrorCategoryInfo CategoryInfo { get; }
3332
// public ErrorDetails ErrorDetails { get; set; }
3433
publicExceptionException{get;internalset;}

‎Source/Pash.System.Management/Automation/ExtendedTypeSystemException.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,4 @@ internal ExtendedTypeSystemException(string errorId, Exception innerException, s
5050
{thrownewNotImplementedException();}
5151
}
5252

53-
54-
5553
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp