Skip to content

Commit 073dfbf

Browse files
committed
format
1 parent aeaa4bd commit 073dfbf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lib/src/index.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ abstract class MeiliSearchIndex {
8484
/// The passed documents must be a valid CSV string, where the first line contains objects' keys and types, and each subsequent line corresponds to an object.
8585
/// [see relevant documentation](https://docs.meilisearch.com/learn/core_concepts/documents.html#csv)
8686
/// {@endtemplate}
87-
///
87+
///
8888
/// *
8989
/// {@macro meili.index_upsert}
9090
Future<Task> addDocumentsCsv(
@@ -168,7 +168,7 @@ abstract class MeiliSearchIndex {
168168

169169
/// {@macro meili.update_docs}
170170
///
171-
/// *
171+
/// *
172172
/// {@macro meili.csv}
173173
/// *
174174
/// {@macro meili.index_upsert}

test/utils/books.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import 'books_data.dart';
44
import 'client.dart';
55
import 'wait_for.dart';
66

7-
8-
97
Future<MeiliSearchIndex> createDynamicBooksIndex({
108
String? uid,
119
required int count,

0 commit comments

Comments
 (0)