style: dangling paren

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-03-30 13:44:04 -04:00
parent cf8ebc9d6e
commit 47bca68489
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ The config JSON isn't enough of a UI to be worth jumping through string <-> inte
## Constant names should keep redundant prefixes ## Constant names should keep redundant prefixes
For example, `CAP_KILL` instead of `KILL` in [**`linux.capabilities`**][capabilities]). For example, `CAP_KILL` instead of `KILL` in [**`linux.capabilities`**][capabilities].
The redundancy reduction from removing the namespacing prefix is not useful enough to be worth trimming the upstream identifier ([source][keep-prefix]). The redundancy reduction from removing the namespacing prefix is not useful enough to be worth trimming the upstream identifier ([source][keep-prefix]).
## Optional settings should have pointer Go types ## Optional settings should have pointer Go types