1
2
3
4
use super::JsoncFormatter;

pub struct MinifyFormatter;
impl JsoncFormatter for MinifyFormatter {}