Skip to content

Commit

Permalink
BUGFIX: Use scope label for scope regions in dot graph serialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Mar 6, 2024
1 parent b0662f4 commit 8b66dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public IDictionary<string, string> GetSubGraphAttributes(ISubGraph subGraph)
}
}

return (DefaultStyle, HandlerContentsLabel);
return (DefaultStyle, "Scope");
}

}
Expand Down

0 comments on commit 8b66dd3

Please sign in to comment.