]> cat aescling's git repositories - mastodon.git/commitdiff
formatting fix for eslint
authorOndřej Hruška <ondra@ondrovo.com>
Wed, 18 Oct 2017 21:44:06 +0000 (23:44 +0200)
committerOndřej Hruška <ondra@ondrovo.com>
Wed, 18 Oct 2017 21:44:06 +0000 (23:44 +0200)
app/javascript/mastodon/features/compose/components/compose_form.js

index ee6b55490d9704e2b4ace879c3013fe34c53008c..17f5bde4b3ce2bb1c0594b4671e8b0998ce63ec7 100644 (file)
@@ -57,7 +57,7 @@ export default class ComposeForm extends ImmutablePureComponent {
     onPaste: PropTypes.func.isRequired,
     onPickEmoji: PropTypes.func.isRequired,
     showSearch: PropTypes.bool,
-    settings : ImmutablePropTypes.map.isRequired
+    settings : ImmutablePropTypes.map.isRequired,
   };
 
   static defaultProps = {
This page took 0.021989 seconds and 3 git commands to generate.