Skip to content

Commit dd9a287

Browse files
authored
Update ti.html
1 parent d5410a8 commit dd9a287

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

true/ti.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
if (put){
55
while (put.length>p){
66
if (put[p+1]=="c"){
7-
p++; while (put.length>p){
8-
pusch.push(put[p]) ; p++
9-
}
7+
p++; while (put.length>p){ pusch.push(put[p]) ; p++ }
108
}
119
}
1210
}

0 commit comments

Comments
 (0)