clang-format
This commit is contained in:
parent
c09947146a
commit
296d8cc1e8
4 changed files with 5 additions and 4 deletions
|
|
@ -28,7 +28,8 @@ Grammar &Grammar::ubiquitous_tokens(const vector<rule_ptr> &ubiquitous_tokens) {
|
|||
return *this;
|
||||
}
|
||||
|
||||
Grammar &Grammar::expected_conflicts(const vector<vector<string>> &expected_conflicts) {
|
||||
Grammar &Grammar::expected_conflicts(
|
||||
const vector<vector<string>> &expected_conflicts) {
|
||||
expected_conflicts_ = expected_conflicts;
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue