Unverified Commit 3894a069 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub

Minor code cleanup: remove redundant return (#114290)

parent 0f1d0e39
...@@ -310,7 +310,6 @@ class _RenderSnapshotWidget extends RenderProxyBox { ...@@ -310,7 +310,6 @@ class _RenderSnapshotWidget extends RenderProxyBox {
} else { } else {
painter.paintSnapshot(context, offset, size, _childRaster!, devicePixelRatio); painter.paintSnapshot(context, offset, size, _childRaster!, devicePixelRatio);
} }
return;
} }
} }
......
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