Fix some style issues in the python debugger client. (#3603)

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2020-03-11 16:01:12 +01:00
committed by GitHub
parent 055f753d02
commit 57b8599581
3 changed files with 19 additions and 18 deletions
+2
View File
@@ -17,5 +17,7 @@ Stopped at tests/debugger/do_src.js:21
(jerry-debugger) step
Stopped at <unknown>:2 (in f() at line:1, col:5)
(jerry-debugger) src
1 f = function f() {
2 > print('F2') }
(jerry-debugger) c
out: F2