diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-03-31 13:54:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 13:54:46 +0200 |
commit | fe716c6dc43d4d7acb437136b1c87902e8ff0bc4 (patch) | |
tree | 6b8a18d7a8f76de1fd34be3235d1639477b75d71 /server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js | |
parent | e660d605a27992d82d901b8fe0b8938da7afb270 (diff) | |
download | sonarqube-fe716c6dc43d4d7acb437136b1c87902e8ff0bc4.tar.gz sonarqube-fe716c6dc43d4d7acb437136b1c87902e8ff0bc4.zip |
re-format js code (#1877)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js index c49fdf8dabd..067a846800e 100644 --- a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js +++ b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js @@ -48,8 +48,7 @@ export default class EncryptionForm extends React.Component { <form id="encryption-form" className="big-spacer-bottom" - onSubmit={e => this.handleEncrypt(e)} - > + onSubmit={e => this.handleEncrypt(e)}> <input id="encryption-form-value" className="input-large" @@ -76,7 +75,9 @@ export default class EncryptionForm extends React.Component { <div className="huge-spacer-top bordered-top"> <div className="big-spacer-top spacer-bottom"> - Note that the secret key can be changed, but all the encrypted properties will have to be updated. + Note that the secret key can be changed, but all the encrypted properties + {' '} + will have to be updated. {' '} <a href="https://redirect.sonarsource.com/doc/settings-encryption.html"> More information |