summaryrefslogtreecommitdiffstats
path: root/lib/public/Comments/MessageTooLongException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Comments/MessageTooLongException.php')
-rw-r--r--lib/public/Comments/MessageTooLongException.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Comments/MessageTooLongException.php b/lib/public/Comments/MessageTooLongException.php
index 5b0bd96e468..bccf75adc1b 100644
--- a/lib/public/Comments/MessageTooLongException.php
+++ b/lib/public/Comments/MessageTooLongException.php
@@ -27,4 +27,5 @@ namespace OCP\Comments;
* Exception thrown when a comment message exceeds the allowed character limit
* @since 9.0.0
*/
-class MessageTooLongException extends \OverflowException {}
+class MessageTooLongException extends \OverflowException {
+}