mirror of
https://github.com/flarum/core.git
synced 2025-07-12 20:36:28 +02:00
Run prettier for all JS files
This commit is contained in:
@ -44,7 +44,7 @@ export default class SubtreeRetainer {
|
||||
}
|
||||
});
|
||||
|
||||
return needsRebuild ? false : {subtree: 'retain'};
|
||||
return needsRebuild ? false : { subtree: 'retain' };
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user