Fix Jinja2 template syntax formatting
This commit is contained in:
@@ -2,7 +2,8 @@ use std::net::{IpAddr, Ipv4Addr};
|
||||
|
||||
use anyhow::Context;
|
||||
use axum_app_wrapper::AdHocPlugin;
|
||||
{% if include_aide %}use schemars::JsonSchema;
|
||||
{% if include_aide %}
|
||||
use schemars::JsonSchema;
|
||||
{% endif %}
|
||||
use serde::Deserialize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user