Skip to content

Commit 0db55e9

Browse files
committed
chore: format
1 parent 07cf88b commit 0db55e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/popups/checkout_option.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ use crate::{
1515
use anyhow::{Ok, Result};
1616
use asyncgit::sync::branch::checkout_remote_branch;
1717
use asyncgit::sync::status::discard_status;
18-
use asyncgit::sync::{
19-
checkout_branch, BranchInfo, RepoPath,
20-
};
18+
use asyncgit::sync::{checkout_branch, BranchInfo, RepoPath};
2119
use crossterm::event::Event;
2220
use ratatui::{
2321
layout::{Alignment, Rect},

0 commit comments

Comments
 (0)