fmt: align the custom values of the enum fields (#19331)

This commit is contained in:
yuyi 2023-09-12 19:44:38 +08:00 committed by GitHub
parent c98e00c01f
commit 55ca8d8d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1342 additions and 1322 deletions

View file

@ -2,17 +2,17 @@ import json
[json_as_number]
pub enum MessageType {
error = 1
error = 1
warning = 2
info = 3
log = 4
info = 3
log = 4
}
pub enum MessageType2 {
error = 1
error = 1
warning = 2
info = 3
log = 4
info = 3
log = 4
}
enum TestEnum {