pub fn format_source(source: &str, config: FormatterConfig) -> Result<String>
Expand description
Helper function that formats solidity source with the given FormatterConfig
pub fn format_source(source: &str, config: FormatterConfig) -> Result<String>
Helper function that formats solidity source with the given FormatterConfig