Skip to content

Commit 9613f51

Browse files
CopilotPressacco
andcommitted
Fix missing opening brace in GraphViewModel.cs causing CS1519 build error
Co-authored-by: Pressacco <5507864+Pressacco@users.noreply.github.com>
1 parent 5e6fbf3 commit 9613f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/BlueDotBrigade.Weevil.Gui/Analysis/GraphViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ private static List<string> GetSeriesNames(string inputString, ImmutableArray<Re
683683
var seriesNames = Enumerable.Repeat(string.Empty, seriesCount).ToList();
684684

685685
if (!string.IsNullOrEmpty(inputString))
686+
{
686687
if (expressions.Length == 1)
687688
{
688689
try

0 commit comments

Comments
 (0)