Skip to content

Commit 5c7043d

Browse files
committed
Ran formatter.
1 parent a7c57c5 commit 5c7043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mermaid.Flowcharts/Subgraphs/Subgraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static Subgraph Create<TNodeText>(string identifier, TNodeText title, Sub
4444

4545
public static Subgraph CreateNew(string title, SubgraphDirection? direction = null)
4646
=> CreateNew<MermaidUnicodeText>(title, direction);
47-
47+
4848
public static Subgraph Create(string identifier, string title, SubgraphDirection? direction = null)
4949
=> Create<MermaidUnicodeText>(identifier, title, direction);
5050

0 commit comments

Comments
 (0)