| 30 | } |
| 31 | |
| 32 | SqlFormatterBase::Guard<SingleLineSqlFormatter> SingleLineSqlFormatter::StartBlock() { |
| 33 | Next(); |
| 34 | Base::startBlock(); |
| 35 | return Guard{*this, Block}; |
| 36 | } |
| 37 | |
| 38 | void SingleLineSqlFormatter::endBlock() { |
| 39 | Next(); |
no outgoing calls
no test coverage detected