Skip to content

Commit

Permalink
Formatting Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fdevans committed Jul 27, 2021
1 parent 4c8a106 commit 777e410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeck/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type JobDetail struct {
* by this reason omitempty cannot be present.
* This has to be handle by the user.
*/
NodesSelectedByDefault bool `xml:"nodesSelectedByDefault"`
NodesSelectedByDefault bool `xml:"nodesSelectedByDefault"`
Schedule *JobSchedule `xml:"schedule,omitempty"`
ScheduleEnabled bool `xml:"scheduleEnabled"`
TimeZone string `xml:"timeZone,omitempty"`
Expand Down

0 comments on commit 777e410

Please sign in to comment.