Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 30, 2024
1 parent bee328a commit a12fd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
8 changes: 4 additions & 4 deletions Source/Fn/Summary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ pub async fn Fn(

for (Index, &Current) in Tags.iter().enumerate() {
for (_, &Next) in Tags.iter().enumerate().skip(Index + 1) {
let Difference =
crate::Fn::Summary::Difference::Fn(&Repository, Current, Next, Option)?;

println!("{}", Difference);
println!(
"{}",
crate::Fn::Summary::Difference::Fn(&Repository, Current, Next, Option)?
);
}
}
}
Expand Down
33 changes: 0 additions & 33 deletions Source/Fn/Summary/Release.rs

This file was deleted.

0 comments on commit a12fd15

Please sign in to comment.