4520. [cleanup] Alphabetise more of the grammar when printing it
out. Fix unbalanced indenting. [RT #43755]
This commit is contained in:
@@ -141,10 +141,6 @@ view "chaos" chaos {
|
||||
database "_builtin hostname";
|
||||
};
|
||||
};
|
||||
key "mykey" {
|
||||
algorithm "hmac-md5";
|
||||
secret "qwertyuiopasdfgh";
|
||||
};
|
||||
dyndb "name" "library.so" {
|
||||
this;
|
||||
\};
|
||||
@@ -154,3 +150,7 @@ dyndb "name" "library.so" {
|
||||
"text \"";
|
||||
system;
|
||||
};
|
||||
key "mykey" {
|
||||
algorithm "hmac-md5";
|
||||
secret "qwertyuiopasdfgh";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user