Skip to content

Commit

Permalink
Fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Nov 22, 2024
1 parent 0aee6ce commit 7aa2ad6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/signatures/jboot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ pub const JBOOT_SCH2_DESCRIPTION: &str = "JBOOT SCH2 header";

/// JBOOT firmware header magic bytes
pub fn jboot_arm_magic() -> Vec<Vec<u8>> {
vec![
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x42\x48"
.to_vec(),
]
vec![b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x42\x48".to_vec()]
}

/// JBOOT STAG header magic bytes
Expand Down

0 comments on commit 7aa2ad6

Please sign in to comment.