Skip to content

Commit 19c3e01

Browse files
author
Devdutt Shenoi
committed
ci: suppress deepsource
1 parent 2915486 commit 19c3e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/http/logstream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ pub async fn put_stream_hot_tier(
652652
.validate_hot_tier_size(&stream_name, &hottier.size)
653653
.await?;
654654
hottier.used_size = existing_hot_tier_used_size.to_string();
655-
hottier.available_size = hottier.size.clone();
655+
hottier.available_size = hottier.size.to_string();
656656
hottier.version = Some(CURRENT_HOT_TIER_VERSION.to_string());
657657
hot_tier_manager
658658
.put_hot_tier(&stream_name, &mut hottier)

0 commit comments

Comments
 (0)