File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -301,9 +301,8 @@ impl Cmd {
301
301
}
302
302
} ;
303
303
304
- let artifact_dir = artifact_args
305
- . artifact_directory
306
- . unwrap_or_else ( || {
304
+ let artifact_dir =
305
+ artifact_args. artifact_directory . unwrap_or_else ( || {
307
306
// if there's no explicitly overridden `artifact_dir` path, use
308
307
// `target/phd/artifacts`.
309
308
phd_dir. join ( "artifacts" )
@@ -331,9 +330,8 @@ impl Cmd {
331
330
332
331
mkdir ( & tmp_dir, "temp directory" ) ?;
333
332
334
- let artifacts_toml = artifact_args
335
- . artifact_toml_path
336
- . unwrap_or_else ( || {
333
+ let artifacts_toml =
334
+ artifact_args. artifact_toml_path . unwrap_or_else ( || {
337
335
// if there's no explicitly overridden `artifacts.toml` path,
338
336
// determine the default one from the workspace path.
339
337
relativize ( & meta. workspace_root )
You can’t perform that action at this time.
0 commit comments