Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabYourPitchforks committed Jul 15, 2020
1 parent 19b252a commit 5e493d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ private object DeserializeObject(int typeIndex)
}

// Issue https://github.com/dotnet/runtime/issues/39290 tracks finding an alternative to BinaryFormatter
private bool InitializeBinaryFormatter() {
private bool InitializeBinaryFormatter()
{
if (!LocalAppContextSwitches.BinaryFormatterEnabled)
{
return false; // initialization failed
Expand Down

0 comments on commit 5e493d6

Please sign in to comment.