Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Jan 21, 2023
1 parent 765c374 commit f477e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bookmark-cd"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Alec Brown <[email protected]>"]
description = "Bookmark directories and move to them"
Expand Down
2 changes: 1 addition & 1 deletion src/init/mod.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use home::home_dir;
use snapcraft::check_snap_home;
use std::fs::{File, OpenOptions};
use std::io::{prelude::*, stdout};
use std::path::PathBuf;
use std::process::exit;
use std::process::Command;
use snapcraft::check_snap_home;

// Check that the .bcd data file exists and the shell startup script is setup
pub(crate) fn check_bookmarks_file() -> bool {
Expand Down

0 comments on commit f477e02

Please sign in to comment.