Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored and Wumpf committed Feb 12, 2024
1 parent 6f6db32 commit b04c2a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct ImageDimensions {
pub struct MaxImageDimensions(IntMap<EntityPath, ImageDimensions>);

impl MaxImageDimensions {
/// Accesses the the image dimension information for a given store
/// Accesses the image dimension information for a given store
pub fn access<T>(
store_id: &StoreId,
f: impl FnOnce(&IntMap<EntityPath, ImageDimensions>) -> T,
Expand Down

0 comments on commit b04c2a5

Please sign in to comment.