add quick.ps1 to gitignore

run formatter on files
This commit is contained in:
onyx-and-iris
2022-06-25 15:20:36 +01:00
parent 4417075330
commit 8429fed8b4
12 changed files with 122 additions and 122 deletions

View File

@@ -3,8 +3,7 @@
class Strip {
[Int]$id
Strip ([Int]$id)
{
Strip ([Int]$id) {
$this.id = $id
AddBoolMembers -PARAMS @('mono', 'solo', 'mute')
@@ -43,7 +42,7 @@ class PhysicalStrip : Strip {
$this.Getter_String($this.cmd('device.name'))
}`
{
return Write-Warning("ERROR: " + $this.cmd('device.name') + " is read only")
return Write-Warning("ERROR: " + $this.cmd('device.name') + " is read only")
}
)
@@ -52,7 +51,7 @@ class PhysicalStrip : Strip {
$this.Getter($this.cmd('device.sr'))
}`
{
return Write-Warning("ERROR: " + $this.cmd('device.sr') + " is read only")
return Write-Warning("ERROR: " + $this.cmd('device.sr') + " is read only")
}
)
}