Skip to content

Commit fb88c74

Browse files
committed
wrong comma removed
1 parent ecd7b54 commit fb88c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScrollpHat.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RequiredModules = @("Microsoft.PowerShell.IoT")
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = @('Set-PhatBrightness','Write-PhatString','Write-PhatChar',)
72+
FunctionsToExport = @('Set-PhatBrightness','Write-PhatString','Write-PhatChar')
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7575
CmdletsToExport = '*'

0 commit comments

Comments
 (0)