Formatting
This commit is contained in:
parent
c3071b6260
commit
a59a701efa
1 changed files with 11 additions and 11 deletions
22
src/lmath.rc
22
src/lmath.rc
|
@ -35,15 +35,15 @@ pub mod num {
|
|||
}
|
||||
|
||||
pub mod funs {
|
||||
pub mod common;
|
||||
pub mod exponential;
|
||||
pub mod projection;
|
||||
pub mod relational;
|
||||
pub mod triganomic;
|
||||
|
||||
#[test]
|
||||
mod test {
|
||||
mod test_common;
|
||||
mod test_relational;
|
||||
}
|
||||
pub mod common;
|
||||
pub mod exponential;
|
||||
pub mod projection;
|
||||
pub mod relational;
|
||||
pub mod triganomic;
|
||||
|
||||
#[test]
|
||||
mod test {
|
||||
mod test_common;
|
||||
mod test_relational;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue