From bdde2030550c1aae2af399ca0418438bfb51a415 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:23:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- web/website/content/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/website/content/faq.md b/web/website/content/faq.md index a335954a89c2..09e22c8b5d21 100644 --- a/web/website/content/faq.md +++ b/web/website/content/faq.md @@ -73,9 +73,9 @@ And there are many projects similar to PRQL: contains many of the criticisms of SQL that inspired PRQL. - [FunSQL.jl](https://github.com/MechanicalRabbit/FunSQL.jl) is a library in Julia which compiles a nice query syntax to SQL. It requires a Julia runtime. -- [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-started/write-linq-queries), is a - pipelined language for the `.NET` ecosystem which can (mostly) compile to SQL. - It was one of the first languages to take this approach. +- [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-started/write-linq-queries), + is a pipelined language for the `.NET` ecosystem which can (mostly) compile to + SQL. It was one of the first languages to take this approach. - [Sift](https://github.com/RCHowell/Sift) is an experimental language which heavily uses pipes and relational algebra.