Skip to content

Commit

Permalink
fixed ci by @tapnisu
Browse files Browse the repository at this point in the history
  • Loading branch information
akumarujon authored Aug 17, 2024
2 parents a232c85 + eb4a5cc commit a099837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ use crate::config::Config;
use crate::error::Error;
use crate::showroom;
use crate::source::Source;
use path_absolutize::*;
use rand::prelude::*;
use std::fs;
use std::path::PathBuf;
use std::process::exit;
use std::str::FromStr;
use path_absolutize::*;

pub struct Wall {
pub config: Option<Config>,
Expand Down

0 comments on commit a099837

Please sign in to comment.