Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Nov 14, 2024
1 parent 85571a5 commit 7bd2eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-core/core/src/logical_plan/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub fn map_data_type(data_type: &str) -> DataType {
}
match data_type {
// Wren Definition Types
"bool" | "boolean"=> DataType::Boolean,
"bool" | "boolean" => DataType::Boolean,
"tinyint" => DataType::Int8,
"int2" => DataType::Int16,
"smallint" => DataType::Int16,
Expand Down

0 comments on commit 7bd2eb7

Please sign in to comment.