Run dart format in drift_dev

This commit is contained in:
Simon Binder 2022-11-18 17:01:21 +01:00
parent 1ed459c013
commit c77fc3612f
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,6 @@ import 'state.dart';
///
/// At the moment, the cache is not set up to handle changing files.
class DriftAnalysisCache {
final Map<Uri, Map<String, Object?>> serializedElements = {};
final Map<Uri, FileState> knownFiles = {};
final Map<DriftElementId, DiscoveredElement> discoveredElements = {};