From 2101d58d0fbdb13e41e9cda3dc4c5541ceb723e8 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 25 Oct 2018 13:42:20 -0500 Subject: [PATCH] remove newline Co-Authored-By: preetapan --- drivers/qemu/driver.go | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/qemu/driver.go b/drivers/qemu/driver.go index 57419675e..d72a19f0c 100644 --- a/drivers/qemu/driver.go +++ b/drivers/qemu/driver.go @@ -56,7 +56,6 @@ var ( // Prior to qemu 2.10.1, monitor socket paths are truncated to 108 bytes. // We should consider this if driver.qemu.version is < 2.10.1 and the // generated monitor path is too long. - // // Relevant fix is here: // https://github.com/qemu/qemu/commit/ad9579aaa16d5b385922d49edac2c96c79bcfb6