Skip to content

Commit a396716

Browse files
committed
chore: apply spotless suggestions
1 parent c52402c commit a396716

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/commonTest/kotlin/documentation/guides/rule/GuideCustomizeSearch.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ class GuideCustomizeSearch {
1919
runBlocking {
2020
val rule = Rule(
2121
objectID = ObjectID("a-rule-id"),
22-
conditions = listOf(Condition(
23-
context = "mobile"
24-
)),
22+
conditions = listOf(
23+
Condition(
24+
context = "mobile"
25+
)
26+
),
2527
consequence = Consequence(
2628
query = Query(filters = "release_date >= 1577836800")
2729
),

0 commit comments

Comments
 (0)