mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
misc: rustfmt
This commit is contained in:
parent
15d38f8703
commit
89e1640cdb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
use std::io::Cursor;
|
||||
|
||||
use anyhow::Result;
|
||||
use gettextrs::gettext;
|
||||
use serde::{de::Deserializer, Deserialize, Serialize};
|
||||
use std::io::Cursor;
|
||||
use zeroize::{Zeroize, ZeroizeOnDrop};
|
||||
use zip::{self, ZipArchive};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue