mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 23:58:42 +00:00
Normalize newline at EOF across repository
This commit is contained in:
@@ -496,4 +496,4 @@ mod tests {
|
||||
assert_eq!(info.id, "backup_badformat.db");
|
||||
assert_eq!(info.timestamp, expected_ts);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -188,4 +188,4 @@ CREATE INDEX IF NOT EXISTS idx_files_path ON files(path);
|
||||
CREATE INDEX IF NOT EXISTS idx_files_hash ON files(hash);
|
||||
CREATE INDEX IF NOT EXISTS idx_tags_name_parent ON tags(name, parent_id);
|
||||
CREATE INDEX IF NOT EXISTS idx_file_tags_tag_id ON file_tags(tag_id);
|
||||
CREATE INDEX IF NOT EXISTS idx_attr_file_key ON attributes(file_id, key);
|
||||
CREATE INDEX IF NOT EXISTS idx_attr_file_key ON attributes(file_id, key);
|
||||
|
@@ -154,4 +154,4 @@ mod tests {
|
||||
// Verify the source exists
|
||||
assert!(db_err_no_msg.source().is_some());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -204,4 +204,4 @@ impl Marlin {
|
||||
|
||||
Ok(owned_w) // Return the owned FileWatcher
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -710,4 +710,4 @@ mod file_watcher_state_tests {
|
||||
assert!(watcher.stop().is_err());
|
||||
assert!(watcher.status().is_err());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -109,4 +109,4 @@ mod tests {
|
||||
assert!(backups_actual_dir.join(&kept_info.id).exists(), "Kept backup file {} should exist", kept_info.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user