From f4cf8caf33b6f6d4b68c0cfa14fc95529225caec Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 8 Jan 2025 12:56:14 +0000 Subject: [PATCH] Prettier --- src/libolm_migration.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libolm_migration.rs b/src/libolm_migration.rs index 9df5bb4cf..4c9c73a71 100644 --- a/src/libolm_migration.rs +++ b/src/libolm_migration.rs @@ -103,7 +103,8 @@ impl Migration { /// Populates the user credentials, Olm account, backup data, etc. This is /// the first step in the migration process. Once this base data is /// imported, further data can be imported with {@link - /// migrateOlmSessions}, {@link migrateMegolmSessions}, and TODO room settings. + /// migrateOlmSessions}, {@link migrateMegolmSessions}, and TODO room + /// settings. /// /// # Arguments ///