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)] #![allow(clippy::range_plus_one)]
mod config; mod config;
mod error;
pub mod elements; pub mod elements;
mod error;
pub mod export; pub mod export;
mod node; mod node;
mod org; mod org;