Skip to content

Commit 30d767d

Browse files
committed
Fix CI lint
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 50627ef commit 30d767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/providers/tpm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lazy_static! {
3232
.unwrap()
3333
}
3434
};
35-
static ref MESSAGE: Vec<u8> = { b"Knights who say 'NI!'".to_owned().to_vec() };
35+
static ref MESSAGE: Vec<u8> = b"Knights who say 'NI!'".to_owned().to_vec();
3636
static ref HASH: Vec<u8> = {
3737
digest::digest(&digest::SHA256, &MESSAGE)
3838
.as_ref()

0 commit comments

Comments
 (0)