Skip to content

Commit c6cd1d5

Browse files
aw-server: rustfmt fix
1 parent 0b75663 commit c6cd1d5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

aw-server/src/endpoints/bucket.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@ pub fn bucket_events_create(
150150
}
151151
}
152152

153-
#[post("/<bucket_id>/heartbeat?<pulsetime>", data = "<heartbeat_json>", format = "application/json")]
153+
#[post(
154+
"/<bucket_id>/heartbeat?<pulsetime>",
155+
data = "<heartbeat_json>",
156+
format = "application/json"
157+
)]
154158
pub fn bucket_events_heartbeat(
155159
bucket_id: String,
156160
heartbeat_json: Json<Event>,

0 commit comments

Comments
 (0)