Skip to content

Commit

Permalink
Fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 26, 2024
1 parent 1381446 commit b5cb5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/next-core/src/next_font/google/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ pub struct NextFontGoogleCssModuleReplacer {
impl NextFontGoogleCssModuleReplacer {
#[turbo_tasks::function]
pub fn new(
project_path: Vc<FileSystemPath>,
execution_context: Vc<ExecutionContext>,
project_path: ResolvedVc<FileSystemPath>,
execution_context: ResolvedVc<ExecutionContext>,
) -> Vc<Self> {
Self::cell(NextFontGoogleCssModuleReplacer {
project_path,
Expand Down

0 comments on commit b5cb5e8

Please sign in to comment.