Restyled by whitespace

This commit is contained in:
Restyled.io
2024-01-07 19:12:40 +00:00
parent 874ced99c2
commit bbaee49825

View File

@ -93,7 +93,7 @@ class Settings {
static function getConfigUrl() as Lang.String {
return mConfigUrl;
}
static function getAppTimeout() as Lang.Number {
return mAppTimeout * 1000; // Convert to milliseconds
}