style: run cargo fmt

This commit is contained in:
PoiScript 2019-10-10 11:01:38 +08:00
parent b15900b100
commit 0107cdc31c

View file

@ -221,8 +221,8 @@
#![allow(clippy::range_plus_one)]
mod config;
mod error;
pub mod elements;
mod error;
pub mod export;
mod node;
mod org;