chore: remove trailing newlines in data fixes

This commit is contained in:
2026-05-26 15:30:33 +02:00
parent 4bf31fb511
commit a190ca417d
2 changed files with 0 additions and 2 deletions

View File

@@ -25,4 +25,3 @@ WHERE next_refresh_at IS NULL;
},
})
}

View File

@@ -22,4 +22,3 @@ func All() []Fix {
sort.Slice(out, func(i, j int) bool { return out[i].ID < out[j].ID })
return out
}