Skip to content

Commit a983239

Browse files
committed
Fixed clippy lint
1 parent 2b6e0f6 commit a983239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/migrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This strips also migrations, that were replaced.
8484
8585
**Parameter**:
8686
- `migration_dir`: [&str] The directory to search for files.
87-
this point onwards.
87+
this point onwards.
8888
*/
8989
pub fn get_existing_migrations(migration_dir: &str) -> anyhow::Result<Vec<Migration>> {
9090
let migrations = get_all_existing_migrations(migration_dir)?;

0 commit comments

Comments
 (0)