Skip to content

Commit c705455

Browse files
author
dongrui
committed
fix: Modify code format by IDE
1 parent 00e1fa1 commit c705455

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/stores/testing_env/create.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,8 @@ export default class CreateEnvStore extends Store {
163163
}
164164
} else {
165165
if (isHelm(platform)) {
166-
} else {
167-
if (!selectZone) {
168-
return this.error('Please select runtime zone');
169-
}
166+
} else if (!selectZone) {
167+
return this.error('Please select runtime zone');
170168
}
171169

172170
if (!name) {

0 commit comments

Comments
 (0)