fix: whitespaces
This commit is contained in:
parent
b40a1f301b
commit
14079c99cd
2 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
{% if async %}
|
||||
{%- if async -%}
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
{% else %}
|
||||
{%- else -%}
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
{% endif %}
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue