Skip to content

Commit 1a0a3b1

Browse files
committed
fmt
1 parent 82d0c5a commit 1a0a3b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmc-langs-cli/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use std::env;
88
use std::fs::{self, File};
99
use std::io::Write;
1010
use std::path::{Path, PathBuf};
11+
use tempfile::NamedTempFile;
1112
use tmc_langs_core::oauth2::{
1213
basic::BasicTokenType, AccessToken, EmptyExtraTokenFields, Scope, StandardTokenResponse,
1314
};
@@ -16,7 +17,6 @@ use tmc_langs_framework::io::submission_processing;
1617
use tmc_langs_util::{task_executor, Language};
1718
use url::Url;
1819
use walkdir::WalkDir;
19-
use tempfile::NamedTempFile;
2020

2121
#[quit::main]
2222
fn main() {
@@ -374,7 +374,7 @@ fn run() -> Result<()> {
374374
.arg(Arg::with_name("submission-url")
375375
.long("submission-url")
376376
.takes_value(true)))
377-
377+
378378
.subcommand(SubCommand::with_name("download-old-submission")
379379
.about("Downloads an old submission.")
380380
.arg(Arg::with_name("exercise-id")

0 commit comments

Comments
 (0)