From 2cb54293f80af8c07bee8b91cfb04388e786fb83 Mon Sep 17 00:00:00 2001 From: knsv Date: Sun, 1 Sep 2019 02:18:00 -0700 Subject: [PATCH] Lint fixes --- e2e/platform/vertices.html | 11 ++++++++++- src/diagrams/flowchart/flowDb.js | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/e2e/platform/vertices.html b/e2e/platform/vertices.html index 25cdd9fb4..e3807cda7 100644 --- a/e2e/platform/vertices.html +++ b/e2e/platform/vertices.html @@ -13,9 +13,18 @@
+ info +
+
+ graph TD + subgraph one + 1 + end +
+ B --> C - + -->