diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 14:44:48 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 14:44:48 +0200 |
| commit | 68fa37d61babe8d990ace5f9cb5a7de81eb57ea0 (patch) | |
| tree | 33820a288918b2a75b77b6ca69a0169ea94b84e5 /src/file_handler/file_strategies/layout.rs | |
| parent | 4cbe65303a0e5d6060c3b608fb69181feda8b8d3 (diff) | |
Add gemini parsing
Diffstat (limited to 'src/file_handler/file_strategies/layout.rs')
| -rw-r--r-- | src/file_handler/file_strategies/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handler/file_strategies/layout.rs b/src/file_handler/file_strategies/layout.rs index 21ce9ba..793b460 100644 --- a/src/file_handler/file_strategies/layout.rs +++ b/src/file_handler/file_strategies/layout.rs @@ -22,5 +22,5 @@ impl FileHandlerStrategy for Strategy { // We don't implement handling for layout, as we assume there's only one // and it got handled before. - fn handle(&self, _s: &PathBuf, _d: &PathBuf, _f: &File) {} + fn handle(&self, _s: &PathBuf, _d: &PathBuf, _f: &File, _l: &String) {} } |