Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mautamu committed Jan 30, 2024
1 parent f2750dd commit cf6e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::config;
use crate::config::Config;
use crate::config::{all_ids_some, all_ids_unique, get_workspace_ids};
use anyhow::bail;
use anyhow::{Result};
use anyhow::Result;
use std::collections::HashSet;

use std::{env, fs};
Expand Down

0 comments on commit cf6e18f

Please sign in to comment.