提交 b871e4a0 编写于 作者: M Manish Jayaswal

Formatting change

上级 222a8e62
......@@ -829,7 +829,9 @@ private async Task SubmitAsync()
// If reset button is clicked during a long running submission -> it could be Resetting becasue
// oldService is disposed first as part of resetting, which leads to await call above returning, and new service is
// created after that as part of completing the resetting process.
Debug.Assert(State == State.ExecutingInput || State == State.WaitingForInput || State == State.Resetting, $"Unexpected state {State}");
Debug.Assert(State == State.ExecutingInput ||
State == State.WaitingForInput ||
State == State.Resetting, $"Unexpected state {State}");
if (State == State.ExecutingInput)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册