Skip to content

Commit

Permalink
clean up code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sajibtariq committed Aug 4, 2023
1 parent ffe4892 commit 0815b9b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,26 +317,26 @@
" lu1 = math.ceil(len(utp)/2)\n",
" lu2 = math.ceil(len(utp)/4)\n",
"\n",
" print(l)\n",
" print(l1)\n",
" print(l2)\n",
" # print(l)\n",
" # print(l1)\n",
" # print(l2)\n",
"\n",
" k = len(dpc)\n",
" k1 = math.ceil(len(dpc)/2)\n",
" k2 = math.ceil(len(dpc)/4)\n",
"\n",
" print(k)\n",
" print(k1)\n",
" print(k2)\n",
" # print(k)\n",
" # print(k1)\n",
" # print(k2)\n",
"\n",
" ku = len(upc)\n",
" ku1 = math.ceil(len(upc)/2)\n",
" ku2 = math.ceil(len(upc)/4)\n",
"\n",
" print(fq)\n",
" print(fh)\n",
" print(lq)\n",
" print(lh)\n",
" # print(fq)\n",
" # print(fh)\n",
" # print(lq)\n",
" # print(lh)\n",
" print(pcaptime_t - pcaptime_q)\n",
" print(pcaptime_t - pcaptime_h)\n",
"\n",
Expand Down

0 comments on commit 0815b9b

Please sign in to comment.