Skip to content

Commit 5f73583

Browse files
committed
fix(odbc): adjust comment formatting in f32 tests for consistency
1 parent b72ac91 commit 5f73583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/odbc/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_type!(u64(
7373
// Floating point types
7474
test_type!(f32(
7575
Odbc,
76-
"3.125" == 3.125_f32, // Use power-of-2 fractions for exact representation
76+
"3.125" == 3.125_f32, // Use power-of-2 fractions for exact representation
7777
"0.0" == 0.0_f32,
7878
"-2.5" == -2.5_f32
7979
));

0 commit comments

Comments
 (0)