Skip to content

Commit

Permalink
Merge pull request opencontainers#359 from vbatts/cleanup-paren
Browse files Browse the repository at this point in the history
style: dangling paren
  • Loading branch information
hqhq committed Mar 31, 2016
2 parents cf8ebc9 + 47bca68 commit 0d6ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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]).

## Optional settings should have pointer Go types
Expand Down

0 comments on commit 0d6ad0b

Please sign in to comment.