Rename function to match naming scheme
This commit is contained in:
parent
b8fa7c5696
commit
91de245836
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ impl StorageBackend {
|
|||
}
|
||||
}
|
||||
|
||||
fn getFileList(&self) -> Option<Vec<FileID>> {
|
||||
fn get_file_ids(&self) -> Option<Vec<FileID>> {
|
||||
let list = glob(&self.basepath[..]);
|
||||
|
||||
if let Ok(globlist) = list {
|
||||
|
|
Loading…
Reference in a new issue