Skip to content

Commit

Permalink
Fix comment placement for layers.MountContainerLayers (microsoft#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 <dcanter@microsoft.com>
  • Loading branch information
dcantah authored Feb 11, 2022
1 parent c0e1991 commit a78a163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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

0 comments on commit a78a163

Please sign in to comment.