cargo fmt

This commit is contained in:
glyph 2022-01-12 20:21:39 +02:00
parent cfd50ca359
commit 08ee9cd776
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
use std::convert::TryInto;
use nest::{Error, Store, Value};
use rocket::form::{FromForm};
use rocket::form::FromForm;
use rocket::serde::{Deserialize, Serialize};
use serde_json::json;