Skip to content

Commit 223c7fe

Browse files
viyatb-oaicodex
andcommitted
style: format hook safety imports
Co-authored-by: Codex <noreply@openai.com>
1 parent 88c8c8d commit 223c7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/core/tests/suite/hooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ use std::path::Path;
44
use anyhow::Context;
55
use anyhow::Result;
66
use codex_app_server_protocol::ConfigLayerSource;
7-
use codex_core::config::Config;
87
use codex_config::ConfigLayerEntry;
98
use codex_config::ConfigLayerStack;
9+
use codex_core::config::Config;
1010
use codex_core::config_loader::RequirementSource;
1111
use codex_core::config_loader::Sourced;
1212
use codex_features::Feature;

0 commit comments

Comments
 (0)