Skip to content

Commit 4af154c

Browse files
committed
Auto merge of #629 - Mark-Simulacrum:autopurge, r=Mark-Simulacrum
Maybe fix syntax error
2 parents 3cfe057 + 2b746f0 commit 4af154c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/results/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl<'a> DatabaseDB<'a> {
5656
self.db.execute(
5757
"delete from results where experiment in \
5858
(select name from experiments where status = 'completed') \
59-
limit 100;",
59+
limit 100",
6060
&[],
6161
)?;
6262
Ok(())

0 commit comments

Comments
 (0)