Skip to content

Commit e7db13f

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/Settings/RootCertificateCfssl.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ export default {
162162
rootCert: {
163163
commonName: '',
164164
names: [],
165-
},
165+
},
166166
cfsslUri: '',
167167
configPath: '',
168168
generated: false,
169-
},
169+
},
170170
error: false,
171171
customData: false,
172172
formDisabled: false,
@@ -240,7 +240,7 @@ export default {
240240
rootCert: {
241241
commonName: '',
242242
names: [],
243-
},
243+
},
244244
cfsslUri: '',
245245
configPath: '',
246246
}

0 commit comments

Comments
 (0)