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

unused commented code in junodb/test/fakess/requesthandler.go #131

Open AryanSingh11 opened 1 year ago

AryanSingh11 commented 1 year ago

Hi, I'm a first-time contributor. I was going through the test files and found this in https://github.com/paypal/junodb/blob/dev/test/fakess/requesthandler.go

Line 34-38 have unused commented code.

removed-lines-junodb

I wish to do 3 things -

  1. remove lines 34 to 38
  2. run go fmt on this requesthandler.go file
  3. create a PR for this issue
varuntechie commented 1 year ago

Duplicate of #106