Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Apr 2, 2024
1 parent c5f6ac2 commit fa526e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fcitx/candidatelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Text CandidateWord::textWithComment(std::string separator) const {
FCITX_D();
auto text = d->text_;
if (!d->comment_.empty()) {
text.append(separator);
text.append(std::move(separator));
text.append(d->comment_);
}
return text;
Expand Down

0 comments on commit fa526e8

Please sign in to comment.