Skip to content

Commit 677a2c9

Browse files
committed
style: format
1 parent dcd8de5 commit 677a2c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/services/database_seeding_service.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class DatabaseSeedingService {
131131
.collection('countries')
132132
.createIndex(keys: {'name': 1}, name: 'countries_name_index');
133133

134-
135134
// --- TTL and Unique Indexes via runCommand ---
136135
// The following indexes are created using the generic `runCommand` because
137136
// they require specific options not exposed by the simpler `createIndex`

0 commit comments

Comments
 (0)