silly clion

This commit is contained in:
Lynne Megido 2021-02-18 19:50:22 +10:00
parent b6d340d45c
commit fc7af85ba1
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>

View File

@ -7,8 +7,8 @@ use std::path::PathBuf;
use snailquote::escape;
use crate::Findings;
use crate::scanerror::ScanError;
use crate::Findings;
const VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION");

View File

@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use std::io::{BufWriter, stdout};
use std::io::{stdout, BufWriter};
use std::path::{Path, PathBuf};
use clap::Clap;