Skip to content

Commit 0f648e1

Browse files
committed
fix formatting complaint
1 parent fbe126b commit 0f648e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gpio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ use humility_cli::{ExecutionContext, Subcommand};
111111
use humility_cmd::{Archive, Attach, Command, CommandKind, Validate};
112112
use humility_hiffy::HiffyContext;
113113

114-
use anyhow::{anyhow, bail, Result};
114+
use anyhow::{Result, anyhow, bail};
115115
use clap::{CommandFactory, Parser};
116116
use hif::*;
117117
use humility_hiffy::IpcError;

cmd/gpio/src/stm32h7.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

5-
use anyhow::{anyhow, Result};
5+
use anyhow::{Result, anyhow};
66
use humility_cli::ExecutionContext;
77
use humility_hiffy::IpcError;
88
use std::fmt;

0 commit comments

Comments
 (0)