Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Feb 9, 2024
1 parent 1af2e4e commit e39d3c9
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 e39d3c9

Please sign in to comment.