From 9651817c5bef3699bfb4cd6dad6e36f7b764aa3c Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Fri, 30 Jul 2021 23:24:32 +0530 Subject: [PATCH] Formatting fix Signed-off-by: RMidhunSuresh --- src/matrix/login/PasswordLoginMethod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/login/PasswordLoginMethod.js b/src/matrix/login/PasswordLoginMethod.js index 155542a6..abe9c23d 100644 --- a/src/matrix/login/PasswordLoginMethod.js +++ b/src/matrix/login/PasswordLoginMethod.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { LoginMethod } from "./LoginMethod.js"; +import {LoginMethod} from "./LoginMethod.js"; export class PasswordLoginMethod extends LoginMethod { constructor(options) {