Skip to main content

run_hyperlane_fmt

Function run_hyperlane_fmt 

Source
pub async fn run_hyperlane_fmt() -> Result<(), EuvError>
Expand description

Executes hyperlane-cli fmt via the library API to format Rust source files.

ยงReturns

  • Result<(), EuvError> - Indicates success or failure of the formatting operation.