From a59a701efa4219beaecc5e96f2a8812c28824353 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Mon, 26 Nov 2012 17:31:26 +1000 Subject: [PATCH] Formatting --- src/lmath.rc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/lmath.rc b/src/lmath.rc index 6fc2b3f..7591fe9 100644 --- a/src/lmath.rc +++ b/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; + } } \ No newline at end of file