From 9478ccc6836e8988a7f16a346ff0c78e49d70421 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 14 Apr 2019 20:46:32 -0600 Subject: [PATCH] Add missing newline --- src/components/structures/GenericErrorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/GenericErrorPage.js b/src/components/structures/GenericErrorPage.js index 1962b471f36..f28f66064c2 100644 --- a/src/components/structures/GenericErrorPage.js +++ b/src/components/structures/GenericErrorPage.js @@ -35,4 +35,4 @@ export default class GenericErrorPage extends React.PureComponent { ; } -} \ No newline at end of file +}