Skip to content

Commit

Permalink
Removed a test leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Simionescu committed Oct 29, 2018
1 parent d4a5805 commit 9b69a9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,6 @@ private void UpdateTextBlockCore(RichTextBlock textBlock, bool measureOnly)

if (!measureOnly)
{
var x = GetPadding(YogaEdge.Left);
if (x != 0)
{
;
}

textBlock.Padding = new Thickness(
GetPadding(YogaEdge.Left),
GetPadding(YogaEdge.Top),
Expand Down

0 comments on commit 9b69a9a

Please sign in to comment.