summaryrefslogtreecommitdiffstats
path: root/core/Data/LoginFlowV2Credentials.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Data/LoginFlowV2Credentials.php')
-rw-r--r--core/Data/LoginFlowV2Credentials.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Data/LoginFlowV2Credentials.php b/core/Data/LoginFlowV2Credentials.php
index 61f1cdd795f..4dd3cba2e9c 100644
--- a/core/Data/LoginFlowV2Credentials.php
+++ b/core/Data/LoginFlowV2Credentials.php
@@ -68,6 +68,4 @@ class LoginFlowV2Credentials implements \JsonSerializable {
'appPassword' => $this->appPassword,
];
}
-
-
}