Skip to content

Commit 1394abe

Browse files
style: fix import ordering and add newline at end of files
1 parent 97f5c06 commit 1394abe

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
729729

730730
#[cfg(test)]
731731
mod test {
732-
use solana_sdk::borsh::try_from_slice_unchecked;
733732
use borsh::{BorshDeserialize, BorshSerialize};
733+
use solana_sdk::borsh::try_from_slice_unchecked;
734734
use solana_sdk::pubkey::Pubkey;
735735

736736
#[test]

src/utils/ssh_deploy/tests/e2e.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ mod tests {
300300

301301
Ok(())
302302
}
303-
}
303+
}

src/utils/ssh_deploy/tests/unit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ mod tests {
244244
assert!(service_content.contains("--arg1 value1"));
245245
assert!(service_content.contains("--arg2 value2"));
246246
}
247-
}
247+
}

src/utils/ssh_deploy/validators.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ pub fn validate_system_requirements(
3333
Ok(())
3434
}
3535

36+
37+
3638
/// Get required resources based on SVM and node type
3739
///
3840
/// # Arguments

0 commit comments

Comments
 (0)