forked from Deuxfleurs/garage
bucket_table: bucketparams::new doesn't need to be pub
This commit is contained in:
parent
d2e94e36d6
commit
a1d57283c0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ impl AutoCrdt for BucketQuotas {
|
|||
|
||||
impl BucketParams {
|
||||
/// Create an empty BucketParams with no authorized keys and no website accesss
|
||||
pub fn new() -> Self {
|
||||
fn new() -> Self {
|
||||
BucketParams {
|
||||
creation_date: now_msec(),
|
||||
authorized_keys: crdt::Map::new(),
|
||||
|
|
Loading…
Reference in a new issue