mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
chore: update subproject commit and add blank lines for consistency
- Updated the subproject commit reference to indicate a dirty state. - Added blank lines to various files for improved readability and consistency across the codebase.
This commit is contained in:
parent
5d1aa8aaa3
commit
ad63cba189
@ -67,3 +67,4 @@ enum VideoMediaData {
|
||||
Table,
|
||||
Blurhash,
|
||||
}
|
||||
|
||||
|
||||
@ -46,3 +46,4 @@ enum Entries {
|
||||
Table,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -121,3 +121,4 @@ mod tests {
|
||||
assert!(!hash.is_empty());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -13,3 +13,4 @@ pub struct VolumeTrackInput {
|
||||
pub display_name: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -10,3 +10,4 @@ pub struct VolumeUntrackInput {
|
||||
pub volume_id: Uuid,
|
||||
}
|
||||
|
||||
|
||||
|
||||
1
crates/log-analyzer/.gitignore
vendored
1
crates/log-analyzer/.gitignore
vendored
@ -4,3 +4,4 @@ analysis.json
|
||||
analysis.md
|
||||
|
||||
|
||||
|
||||
|
||||
@ -38,3 +38,4 @@ name = "analyze_sync_log"
|
||||
required-features = ["cli"]
|
||||
|
||||
|
||||
|
||||
|
||||
@ -49,3 +49,4 @@ fn main() -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -3,3 +3,4 @@
|
||||
mod timeline;
|
||||
|
||||
pub use timeline::{generate_timeline, Timeline, TimelineBucket};
|
||||
|
||||
|
||||
@ -16,3 +16,4 @@ pub fn export_json(templates: &[Template], groups: &[LogGroup]) -> Result<String
|
||||
let export = JsonExport { templates, groups };
|
||||
Ok(serde_json::to_string_pretty(&export)?)
|
||||
}
|
||||
|
||||
|
||||
@ -97,3 +97,4 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -9,3 +9,4 @@ pub use template::detect_templates;
|
||||
pub use tokenizer::tokenize;
|
||||
pub use types::infer_variable_type;
|
||||
|
||||
|
||||
|
||||
@ -238,3 +238,4 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -62,3 +62,4 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -103,3 +103,4 @@ mod tests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -56,3 +56,4 @@ export function useJobDispatch() {
|
||||
return {runJob, isDispatching: dispatchJob.isPending};
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -117,3 +117,4 @@ export function getDeviceIconBySlug(
|
||||
const device = devices.get(deviceSlug);
|
||||
return device ? getDeviceIcon(device) : Laptop; // Default to Laptop if device not found
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user