From b2f26e4a541eaf1ad28cc5223792187591f03b97 Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Sun, 19 May 2024 13:39:03 +0000 Subject: [PATCH] Deploy website Deploy website version based on 681d49bad19db36eec70c42e1f7a329e4424c35c --- docs/configuration.html | 3 +-- docs/installation.html | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/configuration.html b/docs/configuration.html index c18f630a54..d9e01f3617 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -4530,8 +4530,7 @@

for { - a <- as - b <- bs if b > 2 + a <- as; b <- bs if b > 2 } yield (a, b)
for(a <- as; b <- bs if b > 2)
diff --git a/docs/installation.html b/docs/installation.html
index 087748505f..640c128f7b 100644
--- a/docs/installation.html
+++ b/docs/installation.html
@@ -330,10 +330,10 @@ 

--help

-
build commit: e5ad60f2ffe4f9097e21fa6709d6b88a143b73d5
-build time: Sun May 19 10:09:14 UTC 2024
+
build commit: 681d49bad19db36eec70c42e1f7a329e4424c35c
+build time: Sun May 19 13:38:23 UTC 2024
 
-
scalafmt 3.8.1+142-e5ad60f2-SNAPSHOT
+
scalafmt 3.8.1+144-681d49ba-SNAPSHOT
 Usage: scalafmt [options] [<file>...]
 
   -h, --help               prints this usage text