Skip to content

Commit 7b3d954

Browse files
committed
improve if conditions
1 parent 72b66cb commit 7b3d954

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.DotNet.Interactive/KernelExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ private static async Task HandleSetMagicCommand<T>(
188188
}
189189
else
190190
{
191-
192191
valueProduced = events.SingleOrDefault(e =>
193192
e.Name == sourceValueName && e.Command.TargetKernelName == sourceKernelName);
194193
}

0 commit comments

Comments
 (0)