Trim trailing whitespace
This commit is contained in:
parent
c312f985c8
commit
2c382b7363
7 changed files with 15 additions and 15 deletions
|
|
@ -24,7 +24,7 @@ namespace tree_sitter {
|
|||
|
||||
namespace rules {
|
||||
static const int KEYWORD_PRECEDENCE = 100;
|
||||
|
||||
|
||||
static rule_ptr metadata(rule_ptr rule, map<MetadataKey, int> values) {
|
||||
return std::make_shared<Metadata>(rule, values);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue