Replace deprecated functioncall
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
151e4d0aa8
commit
cee7689e77
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ fn do_write_to<'a>(sink: &mut Write, id: DiaryId, entry: &FileLockEntry<'a>) ->
|
|||
d = id.day(),
|
||||
H = id.hour(),
|
||||
M = id.minute(),
|
||||
text = entry.get_content().trim_right())
|
||||
text = entry.get_content().trim_end())
|
||||
.to_exit_code()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue