Skip to content

Commit

Permalink
improve if conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Jun 13, 2023
1 parent 72b66cb commit 7b3d954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Microsoft.DotNet.Interactive/KernelExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ private static async Task HandleSetMagicCommand<T>(
}
else
{

valueProduced = events.SingleOrDefault(e =>
e.Name == sourceValueName && e.Command.TargetKernelName == sourceKernelName);
}
Expand Down

0 comments on commit 7b3d954

Please sign in to comment.