Update scalafmt to 3.0.8

This commit is contained in:
eikek
2021-12-11 20:30:47 +01:00
parent 61379ffff7
commit c21b2cdd29
29 changed files with 42 additions and 42 deletions

View File

@ -59,7 +59,7 @@ class JsonMiniQueryTest extends FunSuite with Fixtures {
assertEquals(r(sampleEvent), Vector.empty)
}
//content.[added,removed].(category=expense & name=grocery)
// content.[added,removed].(category=expense & name=grocery)
test("combine fields and filter") {
val andOk = JQ.at("content").at("added", "removed") >>
(JQ.at("name").is("grocery") && JQ.at("category").is("expense"))