Commit 9aa61e6a authored by Adam Barth's avatar Adam Barth Committed by Ian Hickson

Remove blank lines from error message (#8550)

parent 011a9026
...@@ -514,7 +514,6 @@ class RenderViewport extends RenderViewportBase<SliverPhysicalContainerParentDat ...@@ -514,7 +514,6 @@ class RenderViewport extends RenderViewportBase<SliverPhysicalContainerParentDat
'In this case, a vertical viewport was given an unlimited amount of ' 'In this case, a vertical viewport was given an unlimited amount of '
'vertical space in which to expand. This situation typically happens ' 'vertical space in which to expand. This situation typically happens '
'when a scrollable widget is nested inside another scrollable widget.\n' 'when a scrollable widget is nested inside another scrollable widget.\n'
'\n'
'If this widget is always nested in a scrollable widget there ' 'If this widget is always nested in a scrollable widget there '
'is no need to use a viewport because there will always be enough ' 'is no need to use a viewport because there will always be enough '
'vertical space for the children. In this case, consider using a ' 'vertical space for the children. In this case, consider using a '
...@@ -541,7 +540,6 @@ class RenderViewport extends RenderViewportBase<SliverPhysicalContainerParentDat ...@@ -541,7 +540,6 @@ class RenderViewport extends RenderViewportBase<SliverPhysicalContainerParentDat
'In this case, a horizontal viewport was given an unlimited amount of ' 'In this case, a horizontal viewport was given an unlimited amount of '
'horizontal space in which to expand. This situation typically happens ' 'horizontal space in which to expand. This situation typically happens '
'when a scrollable widget is nested inside another scrollable widget.\n' 'when a scrollable widget is nested inside another scrollable widget.\n'
'\n'
'If this widget is always nested in a scrollable widget there ' 'If this widget is always nested in a scrollable widget there '
'is no need to use a viewport because there will always be enough ' 'is no need to use a viewport because there will always be enough '
'horizontal space for the children. In this case, consider using a ' 'horizontal space for the children. In this case, consider using a '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment