cargo fmt^2

This commit is contained in:
Nadja Reitzenstein 2023-01-09 12:07:23 +01:00
parent 2bce433ce3
commit 6aa233fd06
2 changed files with 1 additions and 2 deletions

View File

@ -13,4 +13,3 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

View File

@ -10,8 +10,8 @@ use std::sync::Arc;
use crate::authentication::fabfire::FabFireCardKey;
use crate::users::db::User;
mod fabfire;
mod authdb;
mod fabfire;
struct Callback {
users: Users,