Skip to content

Commit d074896

Browse files
committed
fmt
1 parent bf573d5 commit d074896

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/ci/citool/src/jobs.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ use std::collections::BTreeMap;
66
use anyhow::Context as _;
77
use serde_yaml::Value;
88

9-
use crate::{GitHubContext, utils::load_env_var};
9+
use crate::GitHubContext;
10+
use crate::utils::load_env_var;
1011

1112
/// Representation of a job loaded from the `src/ci/github-actions/jobs.yml` file.
1213
#[derive(serde::Deserialize, Debug, Clone)]

0 commit comments

Comments
 (0)