github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/sql/sem/tree/testdata/pretty/import1.align-deindent.golden (about) 1 // Code generated by TestPretty. DO NOT EDIT. 2 // GENERATED FILE DO NOT EDIT 3 1: 4 - 5 IMPORT 6 TABLE 7 t 8 FROM 9 CSV 10 $1 11 12 6: 13 ------ 14 IMPORT 15 TABLE t 16 FROM 17 CSV $1 18 19 26: 20 -------------------------- 21 IMPORT TABLE t FROM CSV $1 22 23