mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 05:20:03 +00:00
Run prettier over ALL files once
No other changes done in this commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const generateWeather = require("./weather_current");
|
||||
const generateWeatherForecast = require("./weather_forecast");
|
||||
|
||||
module.exports = {generateWeather, generateWeatherForecast};
|
||||
module.exports = { generateWeather, generateWeatherForecast };
|
||||
|
Reference in New Issue
Block a user