Minor code cleanup: remove redundant return (#114290)

This commit is contained in:
fzyzcjy 2022-11-01 14:54:29 +08:00 committed by GitHub
parent 0f1d0e39e9
commit 3894a069b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,6 @@ class _RenderSnapshotWidget extends RenderProxyBox {
} else {
painter.paintSnapshot(context, offset, size, _childRaster!, devicePixelRatio);
}
return;
}
}