From dc80f57bc27f430d94b14470d3c0fded6da5b185 Mon Sep 17 00:00:00 2001 From: DavidPartouche Date: Mon, 6 Oct 2014 18:37:06 +0200 Subject: [PATCH] Fixed a space missing --- src/osx/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/mod.rs b/src/osx/mod.rs index e61e5366..d41c9c79 100644 --- a/src/osx/mod.rs +++ b/src/osx/mod.rs @@ -23,7 +23,7 @@ pub fn get_primary_monitor() -> MonitorID { impl MonitorID { pub fn get_name(&self) -> Option { - unimplemented!() + unimplemented!() } pub fn get_dimensions(&self) -> (uint, uint) {