Function air_beautifier::beautify
source · pub fn beautify(
air_script: &str,
output: &mut impl Write
) -> Result<(), BeautifyError>
Expand description
Beautify the air_script
with default settings to the output
.
pub fn beautify(
air_script: &str,
output: &mut impl Write
) -> Result<(), BeautifyError>
Beautify the air_script
with default settings to the output
.