chore: fix code formatting (#653)

formatting
This commit is contained in:
Mike Voronov 2023-08-03 22:45:21 +03:00 committed by GitHub
parent 791ada3b93
commit 75bb33056c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@ pub use execution_step::UncatchableError;
pub use farewell_step::FarewellError;
pub use polyplets::ResolvedTriplet;
pub use polyplets::SecurityTetraplet;
pub use preparation_step::PreparationError;
pub use preparation_step::min_supported_version;
pub use preparation_step::interpreter_version;
pub use preparation_step::min_supported_version;
pub use preparation_step::PreparationError;
pub use utils::ToErrorCode;
pub use crate::runner::execute_air;

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
use air::PreparationError;
use air::min_supported_version;
use air::PreparationError;
use air_interpreter_interface::INTERPRETER_SUCCESS;
use air_test_utils::prelude::*;