Skip to content

Commit 48b8c21

Browse files
committed
feat: format files
1 parent 1d7706c commit 48b8c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/access/src/accesscontrol/extensions/interface.cairo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ pub trait IAccessControlDefaultAdminRules<TState> {
8585
/// scheduled to take effect after the current timestamp plus a `default_admin_delay`.
8686
///
8787
/// This function guarantees that any call to `begin_default_admin_transfer` done between the
88-
/// timestamp this method is called at and the `pending_default_admin_delay` effect schedule will
89-
/// use the current `default_admin_delay` set before calling.
88+
/// timestamp this method is called at and the `pending_default_admin_delay` effect schedule
89+
/// will use the current `default_admin_delay` set before calling.
9090
///
9191
/// The `pending_default_admin_delay`'s effect schedule is defined in a way that waiting until
9292
/// the schedule and then calling `begin_default_admin_transfer` with the new delay will take at

0 commit comments

Comments
 (0)