mirror of https://github.com/AMT-Cheif/drift.git
Run dart format in drift_dev
This commit is contained in:
parent
1ed459c013
commit
c77fc3612f
|
@ -5,7 +5,6 @@ import 'state.dart';
|
||||||
///
|
///
|
||||||
/// At the moment, the cache is not set up to handle changing files.
|
/// At the moment, the cache is not set up to handle changing files.
|
||||||
class DriftAnalysisCache {
|
class DriftAnalysisCache {
|
||||||
|
|
||||||
final Map<Uri, Map<String, Object?>> serializedElements = {};
|
final Map<Uri, Map<String, Object?>> serializedElements = {};
|
||||||
final Map<Uri, FileState> knownFiles = {};
|
final Map<Uri, FileState> knownFiles = {};
|
||||||
final Map<DriftElementId, DiscoveredElement> discoveredElements = {};
|
final Map<DriftElementId, DiscoveredElement> discoveredElements = {};
|
||||||
|
|
Loading…
Reference in New Issue