Skip to content

Commit a9e0fbf

Browse files
committed
fix code lint issue
1 parent 13349f5 commit a9e0fbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/snippets/src/main/java/com/example/datastore/filters/MultiIneqFilter.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
// sample-metadata:
2020
// title: Range and inequality filters on multiple properties
21-
// description: The following query uses range filters on priority and days to return all tasks with priority greater than four and with less than three days to complete.
21+
// description: The following query uses range filters on
22+
// priority and days to return all tasks with priority greater
23+
// than four and with less than three days to complete.
2224

2325
import com.google.cloud.datastore.Datastore;
2426
import com.google.cloud.datastore.DatastoreOptions;

0 commit comments

Comments
 (0)