Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Feb 19, 2024
1 parent fe4fb7d commit 7cefa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl<R: Runtime> Default for Builder<R> {
}

impl<R: Runtime> Builder<R> {
fn new() -> Self {
pub fn new() -> Self {
Self::default()
}

Expand Down

0 comments on commit 7cefa2b

Please sign in to comment.