mirror of https://github.com/rwf2/Rocket.git
fix trailing whitespace
This commit is contained in:
parent
8d93b9f30b
commit
7d55effc89
|
@ -4,7 +4,7 @@ extern crate glob;
|
|||
|
||||
#[cfg(feature = "tera_templates")] mod tera_templates;
|
||||
|
||||
#[cfg(feature = "tera_templates")]
|
||||
#[cfg(feature = "tera_templates")]
|
||||
pub use self::tera_templates::{tera, Tera};
|
||||
|
||||
#[cfg(feature = "handlebars_templates")] mod handlebars_templates;
|
||||
|
|
Loading…
Reference in New Issue