ran cargo fmt for indentation

This commit is contained in:
PfaulJulian 2024-05-18 15:25:07 +02:00
parent c75b262231
commit 9e165a2c85

View File

@ -5,8 +5,10 @@ use bend::{
load_file_to_book, run_book_with_fn, CompileOpts, OptLevel, RunOpts,
};
use clap::{Args, CommandFactory, Parser, Subcommand};
use std::path::{Path, PathBuf};
use std::process::ExitCode;
use std::{
path::{Path, PathBuf},
process::ExitCode,
};
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]