Skip to content

Commit

Permalink
chore: fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed May 10, 2024
1 parent b4d83f8 commit 62e7655
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use query_engine_tests::test_suite;

#[test_suite(
capabilities(MultiSchema),
)]
#[test_suite(capabilities(MultiSchema))]
mod multi_schema {
use query_engine_tests::*;

Expand Down

0 comments on commit 62e7655

Please sign in to comment.