Minor code cleanup: remove redundant return (#114290)
This commit is contained in:
parent
0f1d0e39e9
commit
3894a069b6
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user