Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YilunAllenChen committed Oct 30, 2023
1 parent 3d8b19a commit fcbfe4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/hall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ impl Component for HallComponent {
}
};


let mut loaded_articles = built_yaml.artifacts;
loaded_articles.sort_by(|a, b| a.language.cmp(&b.language));
loaded_articles.sort_by(|a, b| a.status.cmp(&b.status));
Expand Down

0 comments on commit fcbfe4a

Please sign in to comment.