apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

refactor(fmt): Use operator<< instead of explict to_string() (2nd) #1888

Closed acelyc111 closed 7 months ago

acelyc111 commented 8 months ago

There is no functional changes, but only refactor to simplify the code.