Skip to content

Commit

Permalink
Merge pull request #132 from dotnet-campus/t/bot/fix-codeformatting
Browse files Browse the repository at this point in the history
[Bot] Automated PR to fix formatting errors
  • Loading branch information
lindexi authored Sep 15, 2023
2 parents 99da330 + 1ddf195 commit 8fad70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ protected override async Task<IIpcResponseMessage> OnHandleRequestAsync(IpcDirec
}
}

#endregion
#endregion

private JsonSerializer JsonSerializer => _jsonSerializer ??= JsonSerializer.CreateDefault();
private JsonSerializer? _jsonSerializer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public void TestParameterless()
var routedPath = "Foo1";
var taskCompletionSource = new TaskCompletionSource();
serverProvider.AddNotifyHandler(routedPath,()=>
serverProvider.AddNotifyHandler(routedPath, () =>
{
taskCompletionSource.SetResult();
});
Expand Down

0 comments on commit 8fad70f

Please sign in to comment.