Remove unnecessary return statement
This commit is contained in:
parent
8daef60a03
commit
c698097ffd
@ -175,7 +175,7 @@ impl<'a> Notification<'a> {
|
|||||||
glib::g_error_free(err);
|
glib::g_error_free(err);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
return Ok(());
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user