| 1390 | } |
| 1391 | |
| 1392 | FormatResult format_python_code(const std::string& code) { |
| 1393 | return format_python_code_impl(code, PythonFormatMode::Strict); |
| 1394 | } |
| 1395 | |
| 1396 | FormatResult clean_python_code(const std::string& code) { |
| 1397 | return format_python_code_impl(code, PythonFormatMode::Cleanup); |