git_ui: Fix typo in comment (#26162)
This PR fixes a typo in a comment. Release Notes: - N/A
This commit is contained in:
parent
e99d68a66f
commit
cee98f872a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ impl ProjectDiff {
|
||||||
let this = cx.weak_entity();
|
let this = cx.weak_entity();
|
||||||
|cx| Self::handle_status_updates(this, recv, cx)
|
|cx| Self::handle_status_updates(this, recv, cx)
|
||||||
});
|
});
|
||||||
// Kick of a refresh immediately
|
// Kick off a refresh immediately
|
||||||
*send.borrow_mut() = ();
|
*send.borrow_mut() = ();
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue