Skip to content

Commit

Permalink
⏪️ Revert "Tiny internal renaming"
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed Nov 10, 2024
1 parent ca7190d commit e5136f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/journal/asynchronous/live_journal_dir_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use crate::modules::shared::asynchronous::async_blocker::AsyncBlocker;
#[derive(Debug)]
pub struct LiveJournalDirReader {
blocker: AsyncBlocker,
watcher: RecommendedWatcher,
_watcher: RecommendedWatcher,
log_dir_reader: LogDirReader,
journal_buffer: LiveJournalBuffer,
}
Expand Down Expand Up @@ -77,7 +77,7 @@ impl LiveJournalDirReader {

Ok(LiveJournalDirReader {
blocker,
watcher,
_watcher: watcher,
log_dir_reader,
journal_buffer,
})
Expand Down

0 comments on commit e5136f9

Please sign in to comment.