Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram committed Dec 4, 2015
1 parent 554d85e commit 5813813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Database-Datasets/ConvertDataRow-ToXml.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
function ConvertDataRow-ToXml
#Requires -Version 4

function ConvertDataRow-ToXml
{
<#
.SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions Text Files/Write-Log.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ function Write-Log
#>
[CmdletBinding()]
param (
[Parameter(
Mandatory = $true)]
[Parameter(Mandatory = $true)]
[string]$Message,

[Parameter()]
Expand Down

0 comments on commit 5813813

Please sign in to comment.