Skip to content

Commit 579d6bd

Browse files
committed
Format
1 parent c4a99a9 commit 579d6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scylla-server/src/controllers/video_streamer_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ pub async fn request_updated_videos(
122122
)
123123
.await
124124
.map_err(|err| ScyllaError::MqttError(format!("Failed to send mqtt message: {}", err)))?;
125-
125+
126126
Ok(Json::from("Sent Request to update videos".to_string()))
127127
}

0 commit comments

Comments
 (0)