Normalize newline at EOF across repository

This commit is contained in:
thePR0M3TH3AN
2025-05-21 10:54:09 -04:00
parent 05423065c1
commit 16233ac22c
11 changed files with 11 additions and 11 deletions

View File

@@ -114,4 +114,4 @@ pub fn run(cmd: &WatchCmd, _conn: &mut Connection, _format: super::Format) -> Re
Ok(())
}
}
}
}

View File

@@ -75,4 +75,4 @@ to see test coverage run:
```bash
cargo tarpaulin --out Html
```
```

View File

@@ -190,4 +190,4 @@ $ marlin view exec tasks
---
*End of DP-001*
*End of DP-001*

View File

@@ -182,4 +182,4 @@ marlin view exec tasks
Happy organising!
```
```

View File

@@ -183,4 +183,4 @@ Benchmarks run nightly; regressions block merge.
* **Buffer** +10 % (3 weeks) for holidays & unknowns → **33 weeks** (\~8 months).
* **Rough budget** (3 FTE avg × 33 wks × \$150k/yr) ≈ **\$285k** payroll + \$15k ops / tooling.
---
---

View File

@@ -496,4 +496,4 @@ mod tests {
assert_eq!(info.id, "backup_badformat.db");
assert_eq!(info.timestamp, expected_ts);
}
}
}

View File

@@ -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);

View File

@@ -154,4 +154,4 @@ mod tests {
// Verify the source exists
assert!(db_err_no_msg.source().is_some());
}
}
}

View File

@@ -204,4 +204,4 @@ impl Marlin {
Ok(owned_w) // Return the owned FileWatcher
}
}
}

View File

@@ -710,4 +710,4 @@ mod file_watcher_state_tests {
assert!(watcher.stop().is_err());
assert!(watcher.status().is_err());
}
}
}

View File

@@ -109,4 +109,4 @@ mod tests {
assert!(backups_actual_dir.join(&kept_info.id).exists(), "Kept backup file {} should exist", kept_info.id);
}
}
}
}