mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fix indent
This commit is contained in:
parent
74b96aa774
commit
48f28e9515
1 changed files with 2 additions and 3 deletions
|
@ -63,12 +63,11 @@ exports.setSocketIO = function(_socket)
|
||||||
{
|
{
|
||||||
console.error(message);
|
console.error(message);
|
||||||
|
|
||||||
//check if component is registered in the components array
|
//check if component is registered in the components array
|
||||||
if(components[message.component])
|
if(components[message.component])
|
||||||
{
|
{
|
||||||
components[message.component].handleMessage(client, message);
|
components[message.component].handleMessage(client, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue