summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth/EnforcementState.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Authentication/TwoFactorAuth/EnforcementState.php')
-rw-r--r--lib/private/Authentication/TwoFactorAuth/EnforcementState.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Authentication/TwoFactorAuth/EnforcementState.php b/lib/private/Authentication/TwoFactorAuth/EnforcementState.php
index abd0ec7f2e7..c244843454b 100644
--- a/lib/private/Authentication/TwoFactorAuth/EnforcementState.php
+++ b/lib/private/Authentication/TwoFactorAuth/EnforcementState.php
@@ -82,5 +82,4 @@ class EnforcementState implements JsonSerializable {
'excludedGroups' => $this->excludedGroups,
];
}
-
}