Skip to content

Commit

Permalink
flag final
Browse files Browse the repository at this point in the history
  • Loading branch information
PootisHunter committed Jul 8, 2024
1 parent 586ffc9 commit 989cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flag_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Flag {

#[allow(dead_code)]
#[derive(Debug)]
struct FlagUnit {
pub struct FlagUnit {
prefix: String,
suffix: String,
}
Expand Down

0 comments on commit 989cdb6

Please sign in to comment.