Skip to content

Commit 9071598

Browse files
ibigbugDonJayamanne
authored andcommitted
fix wrong indenting (DonJayamanne#880)
1 parent a167131 commit 9071598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pythonFiles/PythonTools/ptvsd/visualstudio_py_debugger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ def report_exception(frame, exc_info, tid, break_type):
21282128
'message': data['message'],
21292129
}
21302130

2131-
with _SendLockCtx:
2131+
with _SendLockCtx:
21322132
if RICH_EXCEPTIONS:
21332133
write_bytes(conn, EXC2)
21342134
write_int(conn, tid)
@@ -2749,4 +2749,4 @@ def _get_template_line(frame):
27492749
return _offset_to_line_number(_read_file(file_name), source[1][0])
27502750
except:
27512751
return None
2752-
## End modification by Don Jayamanne
2752+
## End modification by Don Jayamanne

0 commit comments

Comments
 (0)