Skip to content

Commit 8643b7d

Browse files
authored
Run rustfmt - satisfy lint in build / tests
Signed-off-by: tpmccallum [email protected] Signed-off-by: Timothy McCallum <[email protected]>
1 parent 631f23a commit 8643b7d

File tree

1 file changed

+2
-3
lines changed
  • examples/vault-variable-test/src

1 file changed

+2
-3
lines changed

examples/vault-variable-test/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
use anyhow::{Result, Context};
1+
use anyhow::{Context, Result};
22
use spin_sdk::{
33
http::{IntoResponse, Request, Response},
4-
http_component,
5-
variables,
4+
http_component, variables,
65
};
76

87
#[http_component]

0 commit comments

Comments
 (0)