mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 09:45:24 +00:00
Formatting
This commit is contained in:
@@ -53,8 +53,7 @@ Singleton {
|
||||
}
|
||||
|
||||
// --------------------------------
|
||||
function init() {
|
||||
// does nothing but ensure the singleton is created
|
||||
function init() {// does nothing but ensure the singleton is created
|
||||
// do not remove
|
||||
}
|
||||
|
||||
@@ -66,7 +65,7 @@ Singleton {
|
||||
data.weather = null
|
||||
|
||||
// Try to fetch immediately
|
||||
updateWeather();
|
||||
updateWeather()
|
||||
}
|
||||
|
||||
// --------------------------------
|
||||
|
||||
Reference in New Issue
Block a user