Skip to content
Snippets Groups Projects
Commit e7d8b678 authored by nfontrod's avatar nfontrod
Browse files

src/commit.rs: cosmetic changes on import

parent 0c79ba22
Branches
Tags
No related merge requests found
use crate::init; use crate::init;
use std::{process::{exit, Command}, path::PathBuf}; use std::{
path::PathBuf,
process::{exit, Command},
};
/// Check if .borg repository and results folder exists /// Check if .borg repository and results folder exists
pub fn check_path() -> (PathBuf, PathBuf) { pub fn check_path() -> (PathBuf, PathBuf) {
...@@ -12,7 +14,6 @@ pub fn check_path() -> (PathBuf, PathBuf) { ...@@ -12,7 +14,6 @@ pub fn check_path() -> (PathBuf, PathBuf) {
(borg_folder, results_folder) (borg_folder, results_folder)
} }
/// Get the current commit name of a git repository /// Get the current commit name of a git repository
/// ///
/// # Return: /// # Return:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment