Skip to content

Commit 146e801

Browse files
committed
fix formatting
1 parent 38c47b6 commit 146e801

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

core/src/duckdb.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,7 @@ pub(crate) mod tests {
11781178
// DuckDB stores TIMESTAMPTZ as Microsecond regardless of requested precision.
11791179
match ts_field.data_type() {
11801180
DataType::Timestamp(TimeUnit::Microsecond, _) => {}
1181-
other => panic!(
1182-
"Expected Timestamp(Microsecond, _), got {other:?}"
1183-
),
1181+
other => panic!("Expected Timestamp(Microsecond, _), got {other:?}"),
11841182
}
11851183
}
11861184
}

0 commit comments

Comments
 (0)