aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/settings/licenses
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-02-22 09:32:55 +0100
committerStas Vilchik <vilchiks@gmail.com>2017-02-23 18:32:24 +0100
commitd26ecc872afbded64666a266529affdcbb0557ad (patch)
tree0bfbcfe49898cb8711ce81a858c2dd4c82d6c081 /server/sonar-web/src/main/js/apps/settings/licenses
parentd47bf478c722a1dd4a3c57e235a4544df3ddc7c3 (diff)
downloadsonarqube-d26ecc872afbded64666a266529affdcbb0557ad.tar.gz
sonarqube-d26ecc872afbded64666a266529affdcbb0557ad.zip
fix indentation
Diffstat (limited to 'server/sonar-web/src/main/js/apps/settings/licenses')
-rw-r--r--server/sonar-web/src/main/js/apps/settings/licenses/LicenseRowContainer.js2
-rw-r--r--server/sonar-web/src/main/js/apps/settings/licenses/LicensesListContainer.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/licenses/LicenseRowContainer.js b/server/sonar-web/src/main/js/apps/settings/licenses/LicenseRowContainer.js
index e602b782e14..807848b84c4 100644
--- a/server/sonar-web/src/main/js/apps/settings/licenses/LicenseRowContainer.js
+++ b/server/sonar-web/src/main/js/apps/settings/licenses/LicenseRowContainer.js
@@ -27,6 +27,6 @@ const mapStateToProps = (state, ownProps) => ({
});
export default connect(
- mapStateToProps,
+ mapStateToProps,
{ setLicense }
)(LicenseRow);
diff --git a/server/sonar-web/src/main/js/apps/settings/licenses/LicensesListContainer.js b/server/sonar-web/src/main/js/apps/settings/licenses/LicensesListContainer.js
index f59a4f3ff55..dd5745986b4 100644
--- a/server/sonar-web/src/main/js/apps/settings/licenses/LicensesListContainer.js
+++ b/server/sonar-web/src/main/js/apps/settings/licenses/LicensesListContainer.js
@@ -27,6 +27,6 @@ const mapStateToProps = state => ({
});
export default connect(
- mapStateToProps,
+ mapStateToProps,
{ fetchLicenses }
)(LicensesList);