chore(native): run cargo fmt

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-08-17 03:24:30 +05:30
parent 92146cd3dc
commit 816332bdd6
No known key found for this signature in database
GPG Key ID: ED5C54FBBB920E51

View File

@ -1,4 +1,8 @@
use syntect::{html::{ClassStyle, ClassedHTMLGenerator}, parsing::SyntaxSet, util::LinesWithEndings}; use syntect::{
html::{ClassStyle, ClassedHTMLGenerator},
parsing::SyntaxSet,
util::LinesWithEndings,
};
#[rustler::nif] #[rustler::nif]
fn add(a: i64, b: i64) -> i64 { fn add(a: i64, b: i64) -> i64 {