See example, where did the `::` go? ```python from format_sql import format_sql print('\n'.join(format_sql('SELECT cast::jsonb'))) >>> SELECT >>> cast jsonb ```