Formatting

This commit is contained in:
Dave Hrycyszyn
2024-06-06 13:54:51 +01:00
parent fa16bafe1a
commit aa3035f3f9

View File

@@ -1,4 +1,4 @@
use std::{fs::File, path::Path};
use std::{path::Path};
pub(crate) fn init() -> Result<(), std::io::Error> {
println!("Initializing Side Node");
@@ -16,7 +16,7 @@ pub(crate) fn init() -> Result<(), std::io::Error> {
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn creates_side_node_directory() {