Repository: ignite Updated Branches: refs/heads/master 8b62cc844 -> 3e44ba262
IGNITE-8428 Minor fixes in code style. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3e44ba26 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3e44ba26 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3e44ba26 Branch: refs/heads/master Commit: 3e44ba262c3d892d99ea69313a80c2ec87eb8b76 Parents: 8b62cc8 Author: Alexey Kuznetsov <[email protected]> Authored: Mon Jul 30 17:25:34 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Mon Jul 30 17:25:34 2018 +0700 ---------------------------------------------------------------------- modules/web-console/e2e/docker-compose.yml | 2 +- .../frontend/app/components/page-password-changed/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3e44ba26/modules/web-console/e2e/docker-compose.yml ---------------------------------------------------------------------- diff --git a/modules/web-console/e2e/docker-compose.yml b/modules/web-console/e2e/docker-compose.yml index ae99809..0159dfb 100644 --- a/modules/web-console/e2e/docker-compose.yml +++ b/modules/web-console/e2e/docker-compose.yml @@ -39,4 +39,4 @@ services: - QUARANTINE_MODE=true depends_on: - mongodb - - testenv \ No newline at end of file + - testenv http://git-wip-us.apache.org/repos/asf/ignite/blob/3e44ba26/modules/web-console/frontend/app/components/page-password-changed/style.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/page-password-changed/style.scss b/modules/web-console/frontend/app/components/page-password-changed/style.scss index c4f3d83..eeb44ec 100644 --- a/modules/web-console/frontend/app/components/page-password-changed/style.scss +++ b/modules/web-console/frontend/app/components/page-password-changed/style.scss @@ -39,4 +39,4 @@ page-password-changed { font-size: 16px; text-align: center; } -} +}
