remove constructor annotations

This commit is contained in:
2022-12-17 17:47:42 +00:00
parent 408218ea32
commit deb3da15ea
6 changed files with 1 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
class Recorder {
[Object]$remote
# Constructor
Recorder ([Object]$remote) {
$this.remote = $remote