From 9f6f74b4935522fa455fdbde44a66a85925a9e87 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 20 Dec 2012 16:43:38 +0100 Subject: [PATCH] Fixup too-long-line in Objects.hs Sorry, didn't see this before pushing the previous commit (277a2ec9). Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- htools/Ganeti/Objects.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htools/Ganeti/Objects.hs b/htools/Ganeti/Objects.hs index 22aac937c..7d13c4c13 100644 --- a/htools/Ganeti/Objects.hs +++ b/htools/Ganeti/Objects.hs @@ -279,7 +279,8 @@ encodeDLId (LIDDrbd8 nodeA nodeB port minorA minorB key) = encodeDLId (LIDRados pool name) = JSArray [showJSON pool, showJSON name] encodeDLId (LIDFile driver name) = JSArray [showJSON driver, showJSON name] encodeDLId (LIDBlockDev driver name) = JSArray [showJSON driver, showJSON name] -encodeDLId (LIDExt extprovider name) = JSArray [showJSON extprovider, showJSON name] +encodeDLId (LIDExt extprovider name) = + JSArray [showJSON extprovider, showJSON name] -- | Custom encoder for DiskLogicalId, composing both the logical id -- and the extra disk_type field. -- GitLab