From 0d7400fff4a0ed2c7feaa33ac47a928d696cc9ea Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Jul 2024 19:31:30 +0200 Subject: [PATCH] chore: fix pre-commit error --- docs/sql_cheatsheet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sql_cheatsheet.md b/docs/sql_cheatsheet.md index 1617d09d2..21e03d695 100644 --- a/docs/sql_cheatsheet.md +++ b/docs/sql_cheatsheet.md @@ -119,4 +119,3 @@ DELETE FROM trades WHERE id = 31; !!! Warning This will remove this trade from the database. Please make sure you got the correct id and **NEVER** run this query without the `where` clause. -