cargo fmt

This commit is contained in:
Michael Vines
2021-02-18 23:29:31 -08:00
parent 5404e6aed0
commit fd3b71a2c6
3 changed files with 9 additions and 5 deletions

View File

@ -8,7 +8,9 @@ use serde::Serialize;
use thiserror::Error;
/// Reasons the runtime might have rejected an instruction.
#[derive(Serialize, Deserialize, Debug, Error, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)]
#[derive(
Serialize, Deserialize, Debug, Error, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor,
)]
pub enum InstructionError {
/// Deprecated! Use CustomError instead!
/// The program instruction returned an error