junodb icon indicating copy to clipboard operation
junodb copied to clipboard

solves [#131] removed-unused-commented-code

Open AryanSingh11 opened this issue 2 years ago • 0 comments

Description Lines 34 to 38 had unused commented code in https://github.com/paypal/junodb/blob/dev/test/fakess/requesthandler.go

this PR fixes issue [#131] removed-lines-junodb

the motivation for the change contributing and getting a PR merged. This woud motivate me to further explore the project and contribute more

what issue it fixes this PR fixes issue [#131]

Things I did

  1. removed lines 34-38
  2. formatted this go file ( i.e /test/fakess/requesthandler.go) using go fmt.

Let me know if any further changes are required in this PR before it could be merged or any mistakes I'm making.

AryanSingh11 avatar May 25 '23 04:05 AryanSingh11