Skip to content

Commit cc52368

Browse files
committed
fmt
1 parent 8eecfb1 commit cc52368

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

datafusion-cli/tests/cli_integration.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,12 @@ fn cli_explain_environment_overrides() {
9393
let mut cmd = cli();
9494

9595
// should use the environment variable to override the default explain plan
96-
cmd
97-
.env("DATAFUSION_EXPLAIN_FORMAT", "pgjson")
96+
cmd.env("DATAFUSION_EXPLAIN_FORMAT", "pgjson")
9897
.args(["--command", "EXPLAIN SELECT 123"]);
9998

10099
assert_cmd_snapshot!(cmd);
101100
}
102101

103-
104102
#[rstest]
105103
#[case("csv")]
106104
#[case("tsv")]

0 commit comments

Comments
 (0)