Skip to content

Commit ff37527

Browse files
committed
lint: end comment with dot
1 parent 87043ac commit ff37527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/utils_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func newVolumeUploader(virConn *libvirt.Libvirt, volume *libvirt.StorageVol, siz
2929
}
3030

3131
// returns a function you can give a writer to download the volume content
32-
// the function will return the downloaded size
32+
// the function will return the downloaded size.
3333
func newVolumeDownloader(virConn *libvirt.Libvirt, volume *libvirt.StorageVol) func(src io.Writer) error {
3434
return func(dst io.Writer) error {
3535
start := time.Now()

0 commit comments

Comments
 (0)