Skip to content

Commit

Permalink
fix: Modify code format by IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
dongrui committed Dec 20, 2018
1 parent 00e1fa1 commit c705455
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/stores/testing_env/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,8 @@ export default class CreateEnvStore extends Store {
}
} else {
if (isHelm(platform)) {
} else {
if (!selectZone) {
return this.error('Please select runtime zone');
}
} else if (!selectZone) {
return this.error('Please select runtime zone');
}

if (!name) {
Expand Down

0 comments on commit c705455

Please sign in to comment.