ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
48 stars 2 forks source link

Fixing formatting issue that is causing the build to fail #2

Closed fosdickio closed 5 months ago

fosdickio commented 5 months ago

A change went in as part of https://github.com/ironcalc/IronCalc/pull/1 that is causing the build to fail. This fixes the formatting issue.

Formatting issues should be caught before being merged in the future as part of https://github.com/ironcalc/IronCalc/blob/main/.github/workflows/rust-build-test.yaml#L22-L23.