Skip to content

Commit 84ea22b

Browse files
author
github-actions[bot]
committed
[Actions] style: improve formatting [skip ci]
1 parent 9b06399 commit 84ea22b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

episko_lib/src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ async fn main() -> Result<(), Box<dyn Error>> {
106106
println!("{:?}", StatisticHandler::generate_statistics(&db).await?);
107107

108108
Ok(())
109-
}
109+
}

episko_lib/src/database.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ pub mod db_test {
104104
pub fn generate_test_metadata(count: usize) -> Vec<Metadata> {
105105
let base_time = Utc::now();
106106

107-
108107
(0..count)
109108
.map(|i| {
110109
let offset = TimeDelta::try_days(i as i64).unwrap();

src/routes/create-project/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
}
2020
</script>
2121

22-
<ProjectForm formTitle="Create New Project" projectData={projectData} onSubmit={handleCreate} />
22+
<ProjectForm formTitle="Create New Project" {projectData} onSubmit={handleCreate} />

0 commit comments

Comments
 (0)