Skip to content

Commit 66b0fdc

Browse files
committed
fix: fix prop closing brace indentation in RootCertificateOpenSsl
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e7db13f commit 66b0fdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/Settings/RootCertificateOpenSsl.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ export default {
154154
rootCert: {
155155
commonName: '',
156156
names: [],
157-
},
157+
},
158158
configPath: '',
159-
},
159+
},
160160
error: false,
161161
customData: false,
162162
formDisabled: false,
@@ -229,7 +229,7 @@ export default {
229229
rootCert: {
230230
commonName: '',
231231
names: [],
232-
},
232+
},
233233
configPath: '',
234234
}
235235
this.customData = false

0 commit comments

Comments
 (0)