Skip to content

Commit

Permalink
client/postblit: Fix leaking visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Feb 11, 2024
1 parent d241a49 commit 1894a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moss/src/client/postblit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl config::Config for TransactionTrigger {
}

/// Handle all postblit tasks
pub async fn postblit(
pub(super) async fn postblit(
fstree: vfs::tree::Tree<PendingFile>,
install: &Installation,
) -> Result<(), Error> {
Expand Down

0 comments on commit 1894a4b

Please sign in to comment.