From e8c1b5f6b25dd6248df6a38e442236ac83b85e25 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Tue, 14 Sep 2021 21:06:09 +0200
Subject: [PATCH] Fix syntax warnings

---
 network.dot | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/network.dot b/network.dot
index ede443b..8ab9e63 100644
--- a/network.dot
+++ b/network.dot
@@ -8,12 +8,12 @@ digraph network {
     labelloc="t";
     label="Network Setup";
 
-    router -> {switch_livingroom, switch_bedroom, desktop_janne, printer}
-    switch_livingroom -> { nas, androidtv, ap_livingroom }
-    ap_livingroom -> { laptop_janne, laptop_janne_work, phone_janne } [color="#1E88E5" style="dotted"]
+    router -> {switch_livingroom switch_bedroom desktop_janne printer}
+    switch_livingroom -> { nas androidtv ap_livingroom }
+    ap_livingroom -> { laptop_janne laptop_janne_work phone_janne } [color="#1E88E5" style="dotted"]
     switch_livingroom -> avreceiver [color="#FBC02D"]
-    switch_bedroom -> { desktop_hannah, ap_bedroom }
-    ap_bedroom -> { laptop_hannah, phone_hannah } [color="#1E88E5" style="dotted"]
+    switch_bedroom -> { desktop_hannah ap_bedroom }
+    ap_bedroom -> { laptop_hannah phone_hannah } [color="#1E88E5" style="dotted"]
 
     subgraph cluster_livingroom {
         label="Living Room";
-- 
GitLab