Skip to content

Commit f459f7a

Browse files
committed
Address clippy lint.
1 parent bdf1911 commit f459f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepwell/src/services/view/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ impl ViewService {
491491
// Get site information
492492
let site = SiteService::get(ctx, Reference::Id(site_id)).await?;
493493
let site_file_domain = DomainService::get_files(config, &site.slug);
494-
let license_name = site.license.translate(ctx.localization(), &locales)?;
494+
let license_name = site.license.translate(ctx.localization(), locales)?;
495495
let license_url = site.license.url();
496496

497497
// Return

0 commit comments

Comments
 (0)