Formatting
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user