Skip to content

Commit c46b23e

Browse files
Init (#2)
## Description Init ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas
1 parent 61fb52e commit c46b23e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/functions/public/New-PSModuleTest.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#Requires -Modules @{ModuleName='PSSemVer'; ModuleVersion='1.0'}
2-
3-
function New-PSModuleTest {
1+
function New-PSModuleTest {
42
<#
53
.SYNOPSIS
64
Greets a person by name.

0 commit comments

Comments
 (0)