mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Remove extra space
This commit is contained in:
parent
054de15dcb
commit
ccc86b2aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@
|
|||
this.fire('ServerRenameRequested', {newName});
|
||||
}
|
||||
},
|
||||
_metricsEnabledChanged: function (newMetricsEnabled, oldMetricsEnabled) {
|
||||
_metricsEnabledChanged: function(newMetricsEnabled, oldMetricsEnabled) {
|
||||
if (oldMetricsEnabled === undefined || newMetricsEnabled === undefined) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue