fix: remove redudant quote
parent
76789e5902
commit
8f172509b0
|
@ -24,7 +24,7 @@ impl std::fmt::Display for ChunkAddr {
|
|||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(
|
||||
f,
|
||||
"Chunk('{}':'{}':'{}':{}')",
|
||||
"Chunk('{}':'{}':'{}':{})",
|
||||
self.db_name, self.table_name, self.partition_key, self.chunk_id
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue