Skip to content

Commit

Permalink
Fix formatting fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyzrantsev committed Jan 10, 2025
1 parent 1ffe517 commit bd03917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zefiro-core/zefiro-cwl/src/exprs/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ mod tests {
.expect("JavaScript execution failed");
assert_eq!(result, expected_result);
}
}
}
2 changes: 1 addition & 1 deletion zefiro-core/zefiro-cwl/src/exprs/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod exec;
pub mod exec;
4 changes: 2 additions & 2 deletions zefiro-core/zefiro-cwl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pub mod exprs;
#[doc = include_str!("../README.md")]
pub mod schema;
pub mod values;
pub mod exprs;

pub use crate::exprs::exec::JsExecutor;
pub use crate::schema::document::CwlSchema;
pub use crate::values::document::CwlValues;
pub use crate::exprs::exec::JsExecutor;

0 comments on commit bd03917

Please sign in to comment.