Skip to content

Commit fe25ff5

Browse files
committed
Format
1 parent 703be58 commit fe25ff5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/v2_schema_test.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,13 @@ fn valid_v2_distribution() -> Value {
28692869
"url": "https://rfcs.pgxn.org/0003-meta-spec-v2.html"
28702870
},
28712871
"classifications": {
2872-
"tags": [ "testing", "unit testing", "tap", "tddd", "test driven database development" ],
2872+
"tags": [
2873+
"testing",
2874+
"unit testing",
2875+
"tap",
2876+
"tddd",
2877+
"test driven database development"
2878+
],
28732879
"categories": [ "Tooling and Admin" ]
28742880
}
28752881
})

0 commit comments

Comments
 (0)