Skip to content

Commit 5d8f873

Browse files
committed
remove unnecessary type
1 parent d46b6ca commit 5d8f873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iota-storage/src/bin/http_kv_tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum Command {
4040
}
4141

4242
impl Command {
43-
async fn execute(self) -> anyhow::Result<(), anyhow::Error> {
43+
async fn execute(self) -> anyhow::Result<()> {
4444
match self {
4545
Command::Fetch {
4646
base_url,

0 commit comments

Comments
 (0)