fmt update?

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-12-27 14:31:10 +01:00
commit caa92227b2
5 changed files with 5 additions and 5 deletions

View file

@ -13,8 +13,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::hooks::{format_hook, Hook};
use crate::Error;
use crate::hooks::{Hook, format_hook};
use log::debug;
use tokio::{signal::ctrl_c, sync::mpsc};