mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fmt
This commit is contained in:
@@ -47,7 +47,7 @@ pub(crate) fn exec_policy_for(
|
||||
return Ok(None);
|
||||
}
|
||||
|
||||
load_policy(cwd).map(Some)
|
||||
load_policy(cwd).map(Some)
|
||||
}
|
||||
|
||||
pub(crate) fn commands_for_policy(command: &[String]) -> Vec<Vec<String>> {
|
||||
|
||||
Reference in New Issue
Block a user