Skip to content

Commit fc81428

Browse files
committed
store [nfc]: Spill "class PerAccountStore" line onto more lines
This has gotten rather long. That also makes diffs touching this line harder to read.
1 parent c10a915 commit fc81428

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/model/store.dart

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,13 @@ Uri? tryResolveUrl(Uri baseUrl, String reference) {
433433
/// This class does not attempt to poll an event queue
434434
/// to keep the data up to date. For that behavior, see
435435
/// [UpdateMachine].
436-
class PerAccountStore extends PerAccountStoreBase with ChangeNotifier, EmojiStore, SavedSnippetStore, UserStore, ChannelStore, MessageStore {
436+
class PerAccountStore extends PerAccountStoreBase with
437+
ChangeNotifier,
438+
EmojiStore,
439+
SavedSnippetStore,
440+
UserStore,
441+
ChannelStore,
442+
MessageStore {
437443
/// Construct a store for the user's data, starting from the given snapshot.
438444
///
439445
/// The global store must already have been updated with

0 commit comments

Comments
 (0)