about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2017-07-12 20:48:04 -0600
committerGitHub <noreply@github.com>2017-07-12 20:48:04 -0600
commit21f2ace8cfaa6c6cd137cfa3b11222f4a06a0b87 (patch)
tree6a24014fefd62dd98eaf84c82d8b12c674c1230f /src/libstd/sys
parentbd9428a46b7290b8f87d830655b473099207ae0d (diff)
downloadrust-21f2ace8cfaa6c6cd137cfa3b11222f4a06a0b87.tar.gz
rust-21f2ace8cfaa6c6cd137cfa3b11222f4a06a0b87.zip
Update mod.rs
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/redox/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstd/sys/redox/mod.rs b/src/libstd/sys/redox/mod.rs
index bd5b40de9a0..7c728ebb1af 100644
--- a/src/libstd/sys/redox/mod.rs
+++ b/src/libstd/sys/redox/mod.rs
@@ -39,9 +39,7 @@ pub mod thread_local;
 pub mod time;
 
 #[cfg(not(test))]
-pub fn init() {
-    
-}
+pub fn init() {}
 
 pub fn decode_error_kind(errno: i32) -> ErrorKind {
     match errno {