diff --git a/src/java/src/com/facebook/csslayout/CSSLayout.java b/src/java/src/com/facebook/csslayout/CSSLayout.java index df98305eae4..6b4571835c0 100644 --- a/src/java/src/com/facebook/csslayout/CSSLayout.java +++ b/src/java/src/com/facebook/csslayout/CSSLayout.java @@ -50,7 +50,7 @@ public String toString() { "left: " + left + ", " + "top: " + top + ", " + "width: " + width + ", " + - "height: " + height + + "height: " + height + ", " + "direction: " + direction + "}"; }