Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhan211 committed Feb 9, 2025
1 parent 44250fc commit 2f6b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/types/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ singleton!(LOGICAL_FLOAT32, logical_float32, Float32);
singleton!(LOGICAL_FLOAT64, logical_float64, Float64);
singleton!(LOGICAL_DATE, logical_date, Date);
singleton!(LOGICAL_BINARY, logical_binary, Binary);
singleton!(LOGICAL_STRING, logical_string, String);
singleton!(LOGICAL_STRING, logical_string, String);

0 comments on commit 2f6b5d6

Please sign in to comment.