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> {
|
pub(crate) fn init() -> Result<(), std::io::Error> {
|
||||||
println!("Initializing Side Node");
|
println!("Initializing Side Node");
|
||||||
@@ -16,7 +16,7 @@ pub(crate) fn init() -> Result<(), std::io::Error> {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn creates_side_node_directory() {
|
fn creates_side_node_directory() {
|
||||||
|
|||||||
Reference in New Issue
Block a user