Skip to content

Commit

Permalink
Refactor (definitions): Remove newlines between objects in across all…
Browse files Browse the repository at this point in the history
… `.ps1` definitions
  • Loading branch information
joeltimothyoh committed Sep 4, 2022
1 parent 51a454b commit 85c898a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/samples/definitions/scheduledtasks/tasks.sample.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
RunLevel = 'Highest'
}
}

@{
TaskName = 'MyTaskName2'
TaskPath = '\MyTaskFolder\'
Expand Down Expand Up @@ -126,7 +125,6 @@
RunLevel = 'Limited'
}
}

@{
TaskName = 'MyTaskName3'
TaskPath = '\MyTaskFolder\'
Expand Down
2 changes: 0 additions & 2 deletions test/definitions/scheduledtasks/tasks-1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
RunLevel = 'Highest'
}
}

@{
TaskName = 'MyTaskName2'
TaskPath = '\MyTaskFolder\'
Expand Down Expand Up @@ -126,7 +125,6 @@
RunLevel = 'Limited'
}
}

@{
TaskName = 'MyTaskName3'
TaskPath = '\MyTaskFolder\'
Expand Down
2 changes: 0 additions & 2 deletions test/definitions/scheduledtasks/tasks-2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
RunLevel = 'Highest'
}
}

@{
TaskName = 'MyTaskName5'
TaskPath = '\MyTaskFolder\'
Expand Down Expand Up @@ -126,7 +125,6 @@
RunLevel = 'Limited'
}
}

@{
TaskName = 'MyTaskName6'
TaskPath = '\MyTaskFolder\'
Expand Down

0 comments on commit 85c898a

Please sign in to comment.