mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[python] PY-64553 DataView code style fixes.
GitOrigin-RevId: 10f6e810847a29d49423644f010f0a2f1dad386b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fa20eca894
commit
3a5afcd87b
@@ -16,7 +16,7 @@ public class PyNumericContainerValueEvaluator extends PyFullValueEvaluator {
|
||||
@Override
|
||||
protected void showCustomPopup(PyFrameAccessor debugProcess, PyDebugValue debugValue) {
|
||||
List<PyNumericContainerPopupCustomizer> providers = PyNumericContainerPopupCustomizer.EP_NAME.getExtensionList();
|
||||
for (PyNumericContainerPopupCustomizer provider : providers) {
|
||||
for (var provider : providers) {
|
||||
if (provider.showFullValuePopup(debugProcess, debugValue)) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user