Skip to content

Commit 6c189bd

Browse files
committed
style: fix formatting issues in config and test scripts
1 parent c8cc83c commit 6c189bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/copilot-commit-message-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Test/Test.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_*

include/config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)