Convention: module names are lowercase
This commit is contained in:
parent
1038880de9
commit
cf1687e8ba
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ impl Module for BMModule {
|
|||
}
|
||||
|
||||
fn name(&self) -> &'static str{
|
||||
"Bookmark"
|
||||
"bookmark"
|
||||
}
|
||||
|
||||
fn shutdown(&self, rt : &Runtime) -> ModuleResult {
|
||||
|
|
Loading…
Reference in a new issue