Skip to content

Commit

Permalink
fmt: gofmt fixes specific to this release
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 16, 2022
1 parent 4acad0d commit 6c77f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/lib/cgutil/cpuset_manager_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (c *cpusetManagerV2) cleanup() {
}
}

//pathOf returns the absolute path to a task with identity id.
// pathOf returns the absolute path to a task with identity id.
func (c *cpusetManagerV2) pathOf(id identity) string {
return filepath.Join(c.parentAbs, makeScope(id))
}
Expand Down
2 changes: 1 addition & 1 deletion nomad/structs/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7900,7 +7900,7 @@ type AllocState struct {
// they are assigned to is down, their state is migrated to the replacement
// allocation.
//
// Minimal set of fields from plugins/drivers/task_handle.go:TaskHandle
// Minimal set of fields from plugins/drivers/task_handle.go:TaskHandle
type TaskHandle struct {
// Version of driver state. Used by the driver to gracefully handle
// plugin upgrades.
Expand Down

0 comments on commit 6c77f14

Please sign in to comment.