paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 163 forks source link

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

Open AryanSingh11 opened 1 year ago

AryanSingh11 commented 1 year ago

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.