Skip to content

Commit e2b2d1e

Browse files
authored
Ensure .cs files end with exactly one newline (#25968)
1 parent 7ef03a1 commit e2b2d1e

45 files changed

Lines changed: 9 additions & 45 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Microsoft.PowerShell.Commands.Diagnostics/CounterFileInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ public UInt32 SampleCount
5454
private UInt32 _sampleCount = 0;
5555
}
5656
}
57-

src/Microsoft.PowerShell.Commands.Diagnostics/ImportCounterCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,4 +679,3 @@ private void WriteSampleSetObject(PerformanceCounterSampleSet set, bool firstSet
679679
}
680680
}
681681
}
682-

src/Microsoft.PowerShell.Commands.Management/commands/management/CommitTransactionCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ protected override void EndProcessing()
2828
}
2929
}
3030
}
31-

src/Microsoft.PowerShell.Commands.Management/commands/management/Eventlog.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,4 +1465,3 @@ protected override void BeginProcessing()
14651465

14661466
#endregion RemoveEventLogCommand
14671467
}
1468-

src/Microsoft.PowerShell.Commands.Management/commands/management/GetTransactionCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ protected override void EndProcessing()
2323
}
2424
}
2525
}
26-

src/Microsoft.PowerShell.Commands.Management/commands/management/GetWMIObjectCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,3 @@ private string GetClassNameFromQuery(string query)
438438
#endregion Command code
439439
}
440440
}
441-

src/Microsoft.PowerShell.Commands.Management/commands/management/RollbackTransactionCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ protected override void EndProcessing()
2828
}
2929
}
3030
}
31-

src/Microsoft.PowerShell.Commands.Management/commands/management/StartTransactionCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ protected override void EndProcessing()
107107
}
108108
}
109109
}
110-

src/Microsoft.PowerShell.Commands.Management/commands/management/UseTransactionCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ protected override void EndProcessing()
9191
}
9292
}
9393
}
94-

src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/AddLocalGroupMemberCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,3 @@ private void ProcessSid(SecurityIdentifier groupSid)
301301
}
302302

303303
}
304-

0 commit comments

Comments
 (0)