File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ References:
3131
3232- https://www.conventionalcommits.org/
3333- https://seesparkbox.com/foundry/semantic_commit_messages
34- - http://karma-runner.github.io/1.0/dev/git-commit-msg.html
34+ - http://karma-runner.github.io/1.0/dev/git-commit-msg.html
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ $MODULE_PATH = $PSScriptRoot
1010 catch { Write-Error - Message " Failed to import $ ( $import.fullname ) : $_ " }
1111 }
1212}
13- Export-ModuleMember - Function Test_*
13+ Export-ModuleMember - Function Test_*
Original file line number Diff line number Diff line change @@ -187,4 +187,4 @@ if( -not (Test-Path function:$destFunction )){
187187 # Rename-Item -path Function:$function -NewName $destFunction
188188 Copy-Item - path Function:$function - Destination Function:$destFunction
189189 Export-ModuleMember - Function $destFunction
190- }
190+ }
You can’t perform that action at this time.
0 commit comments