Skip to content

Commit

Permalink
Fix comment placement for layers.MountContainerLayers (#1295)
Browse files Browse the repository at this point in the history
The comment had an empty line between it and the declaration so it didn't
show up for go doc.

Signed-off-by: Daniel Canter <[email protected]>
  • Loading branch information
dcantah authored Feb 11, 2022
1 parent 7fbdca1 commit afce23e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/layers/layers.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func (layers *ImageLayers) Release(ctx context.Context, all bool) error {
// the host at `volumeMountPath`.
//
// TODO dcantah: Keep better track of the layers that are added, don't simply discard the SCSI, VSMB, etc. resource types gotten inside.

func MountContainerLayers(ctx context.Context, containerID string, layerFolders []string, guestRoot string, volumeMountPath string, vm *uvm.UtilityVM) (_ string, err error) {
log.G(ctx).WithField("layerFolders", layerFolders).Debug("hcsshim::mountContainerLayers")

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afce23e

Please sign in to comment.