Bug 1401002 - [4.0] Fix linter warning. r=me

This commit is contained in:
Eugen Sawin 2017-09-26 23:44:12 +02:00
Родитель 8fdbde86fe
Коммит 01c45b3fc9
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -104,8 +104,7 @@ class USBRemoteDebugger {
if (aSession.server.port) {
return DebuggerServer.AuthenticationResult.DENY;
} else {
return DebuggerServer.AuthenticationResult.ALLOW;
}
return DebuggerServer.AuthenticationResult.ALLOW;
}
}