Skip to content

Commit ee3e0f2

Browse files
committed
fix: fmt
1 parent 330f375 commit ee3e0f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ast/mod.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -2038,10 +2038,10 @@ impl fmt::Display for Statement {
20382038
}
20392039

20402040
if let Some(HiveFormat {
2041-
row_format,
2042-
storage,
2043-
location,
2044-
}) = hive_formats
2041+
row_format,
2042+
storage,
2043+
location,
2044+
}) = hive_formats
20452045
{
20462046
match row_format {
20472047
Some(HiveRowFormat::SERDE { class }) => {
@@ -2052,9 +2052,9 @@ impl fmt::Display for Statement {
20522052
}
20532053
match storage {
20542054
Some(HiveIOFormat::IOF {
2055-
input_format,
2056-
output_format,
2057-
}) => write!(
2055+
input_format,
2056+
output_format,
2057+
}) => write!(
20582058
f,
20592059
" STORED AS INPUTFORMAT {} OUTPUTFORMAT {}",
20602060
input_format, output_format

0 commit comments

Comments
 (0)