Skip to content

Commit 83cb4e6

Browse files
committed
fix missing newline on gend files
1 parent aae651d commit 83cb4e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cpa"
33
version = "0.0.7"
4-
edition = "2018"
4+
edition = "2021"
55

66
[dependencies]
77
askama = "0.12.1"

askama.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[general]
2+
# Directories to search for templates, relative to the crate root.
3+
dirs = ["templates"]
4+
# Unless you add a `-` in a block, whitespace characters won't be trimmed.
5+
whitespace = "preserve"

0 commit comments

Comments
 (0)