From be0084b0011250b56a65711e6dc858bc8db893fc Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 21 Jan 2019 10:32:07 +0100 Subject: [PATCH] white space fix --- src/backup/datastore.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backup/datastore.rs b/src/backup/datastore.rs index c4339f07..fe213aa2 100644 --- a/src/backup/datastore.rs +++ b/src/backup/datastore.rs @@ -174,8 +174,8 @@ impl DataStore { static ref BACKUP_ID_REGEX: regex::Regex = regex::Regex::new("^[A-Za-z][A-Za-z0-9_-]+$").unwrap(); } lazy_static! { - static ref BACKUP_DATE_REGEX: regex::Regex = regex::Regex::new( - "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$").unwrap(); + static ref BACKUP_DATE_REGEX: regex::Regex = regex::Regex::new( + "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$").unwrap(); } tools::scandir(libc::AT_FDCWD, &path, &BACKUP_TYPE_REGEX, |l0_fd, backup_type, file_type| {