mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[CI] FancyZones unit tests (#17910)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace JsonUtils
|
||||
{
|
||||
try
|
||||
{
|
||||
Layout data;
|
||||
Layout data{};
|
||||
auto idStr = json.GetNamedString(NonLocalizable::AppliedLayoutsIds::UuidID);
|
||||
auto id = FancyZonesUtils::GuidFromString(idStr.c_str());
|
||||
if (!id.has_value())
|
||||
@@ -138,7 +138,7 @@ namespace JsonUtils
|
||||
|
||||
public:
|
||||
FancyZonesDataTypes::WorkAreaId workAreaId;
|
||||
Layout data;
|
||||
Layout data{};
|
||||
|
||||
static std::optional<AppliedLayoutsJSON> FromJson(const json::JsonObject& json)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user