Skip to content

Commit d33f2eb

Browse files
committed
small fix
1 parent 671205e commit d33f2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/popups/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod blame_file;
2-
mod branchlist;
32
mod branch_sort;
3+
mod branchlist;
44
mod commit;
55
mod compare_commits;
66
mod confirm;
@@ -26,8 +26,8 @@ mod tag_commit;
2626
mod taglist;
2727

2828
pub use blame_file::{BlameFileOpen, BlameFilePopup};
29-
pub use branchlist::BranchListPopup;
3029
pub use branch_sort::BranchSortPopup;
30+
pub use branchlist::BranchListPopup;
3131
pub use commit::CommitPopup;
3232
pub use compare_commits::CompareCommitsPopup;
3333
pub use confirm::ConfirmPopup;

0 commit comments

Comments
 (0)