Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
buyaa-n committed Feb 1, 2021
1 parent 6681bcd commit f59f285
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1499,8 +1499,9 @@ static void MergePlatformAttributes(ImmutableArray<AttributeData> immediateAttri
}
}
}
else // not existing parent platforms might need to be removed
else
{
// not existing parent platforms might need to be removed
notFoundPlatforms.Add(platform);
}
}
Expand Down

0 comments on commit f59f285

Please sign in to comment.