Skip to content

Commit b31f4be

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent c154a81 commit b31f4be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/extension/debugger/inlineValue/pythonInlineValueProvider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ export class PythonInlineValueProvider implements InlineValuesProvider {
110110

111111
for (
112112
let match = variableRegex.exec(code);
113-
114113
match;
115-
116114
match = variableRegex.exec(code)
117115
) {
118116
let varName = match[0];

0 commit comments

Comments
 (0)