Skip to content

Commit 98068c0

Browse files
authored
Update add.rs
Reformatted success message when you put an IN event
1 parent 6f74320 commit 98068c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/add.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ impl AddLogic {
285285
let tgt_str = crate::utils::time::format_minutes(tgt_mins);
286286

287287
success(format!(
288-
"Added IN at {} on {}. TGT => {}",
288+
"Added IN at {} on {}. TGT => {}",
289289
start_time, date_str, tgt_str
290290
));
291291
return Ok(());

0 commit comments

Comments
 (0)