Skip to content

Commit

Permalink
fix clippy format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kansuler committed Nov 4, 2023
1 parent be3639c commit 64530aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ mod repository {
.to_instant()
.compare(b_date.to_instant(), TimeComparisonOperator::Lt)
{
()
return Ordering::Less;
}

Ordering::Less
Ordering::Greater
});

// Get the domain name used from the trophy resource manager.
Expand Down Expand Up @@ -665,10 +665,10 @@ mod repository {
.to_instant()
.compare(b_date.to_instant(), TimeComparisonOperator::Lt)
{
()
return Ordering::Less;
}

Ordering::Less
Ordering::Greater
});

// Get the domain name used from the trophy resource manager.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion transaction-manifest/upload_package.rtm
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ PUBLISH_PACKAGE_ADVANCED
)
)
)
Blob("853cf8aa66d98b41234e28e2512e568b1ef4c78f1d6a1ef4c2e1cde1561e2a10")
Blob("62131358f3761047c2bb6ece5ea7e7156e022fe161528874df481fee892ede1e")
Map<String, Tuple>()
Enum<0u8>()
;

0 comments on commit 64530aa

Please sign in to comment.