From 5ae8c5aae18dddf897cebd5e0c6ba83109efc9f8 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 23 Aug 2025 01:16:16 +1000 Subject: [PATCH] dropped a ; --- Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies.md b/Dependencies.md index 8f79018..42ac887 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -29,7 +29,7 @@ digraph G { pad = 0.2; rankdir = "BT"; edge [ penwidth = 1.5; ]; - node [ fontcolor = "#FFFFFF"; fontname = "Arial"; shape = "box"; style = "filled"; ] + node [ fontcolor = "#FFFFFF"; fontname = "Arial"; shape = "box"; style = "filled"; ]; subgraph netstandard { node [ color = "#007F00"; ]; "BizHawk.Bizware.Audio" [ label = "bh.Bizware.Audio -NRT" ];