Fixed a space missing

This commit is contained in:
DavidPartouche 2014-10-06 18:37:06 +02:00
parent 989fd1b505
commit dc80f57bc2

View file

@ -23,7 +23,7 @@ pub fn get_primary_monitor() -> MonitorID {
impl MonitorID {
pub fn get_name(&self) -> Option<String> {
unimplemented!()
unimplemented!()
}
pub fn get_dimensions(&self) -> (uint, uint) {