Skip to content

Commit 5aa0336

Browse files
committed
fix formatting
1 parent 4ad04d8 commit 5aa0336

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
@@ -1173,9 +1173,7 @@ pub(crate) mod tests {
11731173
// DuckDB stores TIMESTAMPTZ as Microsecond regardless of requested precision.
11741174
match ts_field.data_type() {
11751175
DataType::Timestamp(TimeUnit::Microsecond, _) => {}
1176-
other => panic!(
1177-
"Expected Timestamp(Microsecond, _), got {other:?}"
1178-
),
1176+
other => panic!("Expected Timestamp(Microsecond, _), got {other:?}"),
11791177
}
11801178
}
11811179
}

0 commit comments

Comments
 (0)