1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Move comment to more correct place

This commit is contained in:
Bartłomiej Dach 2023-05-30 23:17:07 +02:00
parent a0be526266
commit 2e81cae201
No known key found for this signature in database

View File

@ -179,8 +179,8 @@ namespace osu.Game.Database
applyFilenameSchemaSuffix(ref Filename);
#endif
// `prepareFirstRealmAccess()` triggers the first `getRealmInstance` call, which will implicitly run realm migrations and bring the schema up-to-date.
using (var realm = prepareFirstRealmAccess())
// This method triggers the first `getRealmInstance` call, which will implicitly run realm migrations and bring the schema up-to-date.
cleanupPendingDeletions(realm);
}