Skip to content

Commit e8ee6ff

Browse files
committed
Make clippy happy
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent db16214 commit e8ee6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ocg-server/src/templates/dashboard/group/events

ocg-server/src/templates/dashboard/group/events/preview.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ fn build_missing_fields(
574574
// Check venue details for in-person or hybrid events
575575
match normalize_text(input.kind_id.clone()).as_deref() {
576576
Some("in-person" | "hybrid") if venue_label.is_none() => {
577-
missing.push("Venue details".to_string())
577+
missing.push("Venue details".to_string());
578578
}
579579
_ => {}
580580
}

0 commit comments

Comments
 (0)