diff options
author | 2018-07-09 13:08:02 +0100 | |
---|---|---|
committer | 2018-07-09 08:08:02 -0400 | |
commit | 4083852b70d4681752af8ad9a1840150fd52c071 (patch) | |
tree | 2289d50033bc7031a49b86b7f0f7196e09024d5a /plugin/rewrite | |
parent | b27a59c160da16ee48891d82a6fdcff7d0694fd4 (diff) | |
download | coredns-4083852b70d4681752af8ad9a1840150fd52c071.tar.gz coredns-4083852b70d4681752af8ad9a1840150fd52c071.tar.zst coredns-4083852b70d4681752af8ad9a1840150fd52c071.zip |
Remove trailing whitespace (#1955)
Prevent future; "remove trailing whitespace" PR, but adding a simple
presubmit that checks for this.
This presubmit flagged quite some offenders, remove all trailing
whitespace from. Apart from that there aren't any other changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/rewrite')
-rw-r--r-- | plugin/rewrite/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/rewrite/README.md b/plugin/rewrite/README.md index feec7dc81..3c4c28045 100644 --- a/plugin/rewrite/README.md +++ b/plugin/rewrite/README.md @@ -209,9 +209,9 @@ rewrites the first local option with code 0xffee, setting the data to "abcd". Eq * A variable data is specified with a pair of curly brackets `{}`. Following are the supported variables: {qname}, {qtype}, {client_ip}, {client_port}, {protocol}, {server_ip}, {server_port}. -* If the metadata plugin is enabled, then labels are supported as variables if they are presented within curly brackets. -the variable data will be filled with the value associated with that label. If that label is not provided, -the variable will be silently substitute by an empty string. +* If the metadata plugin is enabled, then labels are supported as variables if they are presented within curly brackets. +the variable data will be filled with the value associated with that label. If that label is not provided, +the variable will be silently substitute by an empty string. Examples: |