From 7de0a88e6016888c74fd009e141b110fb5380e72 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 20 Aug 2019 17:31:25 +0200 Subject: [PATCH] long lines --- src/wanijo/visualisation/view.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wanijo/visualisation/view.clj b/src/wanijo/visualisation/view.clj index 27601be..f891ce0 100644 --- a/src/wanijo/visualisation/view.clj +++ b/src/wanijo/visualisation/view.clj @@ -19,4 +19,5 @@ [:input {:style "display: none" :type "submit"}]] [:div.vis-canvas {:data-instance-url (path :vis-get-instance instance)}] [:p.flash--warn - "Changes to the visualisation will not (yet) mirror to the actual database"]])) + "Changes to the visualisation will not + (yet) mirror to the actual database"]]))