Skip to content

Commit c6366d7

Browse files
committed
style: rustfmt eql_doubles DOUBLES_TOKENS
1 parent 9b75762 commit c6366d7

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

tests/sqlx/src/fixtures/eql_doubles.rs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,15 @@ use crate::scalar_domains::ScalarType;
2525

2626
/// The comparison-capable scalar tokens that get a doubles fixture. `bool` is
2727
/// storage-only (no equality domain) and is excluded.
28-
pub const DOUBLES_TOKENS: &[&str] =
29-
&["int2", "int4", "int8", "date", "timestamptz", "numeric", "text"];
28+
pub const DOUBLES_TOKENS: &[&str] = &[
29+
"int2",
30+
"int4",
31+
"int8",
32+
"date",
33+
"timestamptz",
34+
"numeric",
35+
"text",
36+
];
3037

3138
/// How many distinct plaintexts to double. Small on purpose — the test only
3239
/// needs a handful of equal-plaintext pairs.

0 commit comments

Comments
 (0)