[ci] format
This commit is contained in:
parent
4aecebae26
commit
6dc251334f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export interface ModuleNode {
|
|||
} | null;
|
||||
ssrError: Error | null;
|
||||
importedModules: Set<ModuleNode>;
|
||||
importers: Set<ModuleNode>
|
||||
importers: Set<ModuleNode>;
|
||||
}
|
||||
|
||||
export interface ModuleInfo {
|
||||
|
|
Loading…
Reference in a new issue