Skip to content

Commit

Permalink
chore: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Jan 18, 2025
1 parent cdc8c2b commit 69b0217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/opt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ impl Meta {
.to_owned(),
),
subject: self.subject.to_owned(),
..Default::default()
}
}

Expand All @@ -198,6 +199,7 @@ impl Meta {
author: self.title.to_owned(),
title: self.title.to_owned(),
subject: self.subject.to_owned(),
..Default::default()
}
}

Expand Down

0 comments on commit 69b0217

Please sign in to comment.