Skip to content

Commit

Permalink
Merge branch 'dev/cazamor/tsm/serialization' of https://github.com/mi…
Browse files Browse the repository at this point in the history
…crosoft/Terminal into dev/cazamor/tsm/serialization
  • Loading branch information
carlos-zamora committed Nov 6, 2020
2 parents c51f9b4 + dd04469 commit 92dc467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/LocalTests_SettingsModel/JsonTestClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class JsonTestClass
void InitializeJsonWriter()
{
_writer = std::unique_ptr<Json::StreamWriter>(Json::StreamWriterBuilder::StreamWriterBuilder().newStreamWriter());
};
}

Json::Value VerifyParseSucceeded(std::string content)
{
Expand Down

1 comment on commit 92dc467

@github-actions

This comment was marked as resolved.

Please sign in to comment.