Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 10, 2023
1 parent b0944bb commit 74c1de8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/next-swc/crates/next-core/src/app_segment_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ impl Issue for NextSegmentConfigParsingIssue {

#[turbo_tasks::function]
fn documentation_link(&self) -> StringVc {
StringVc::cell("https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config".to_string())
StringVc::cell(
"https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config"
.to_string(),
)
}

#[turbo_tasks::function]
Expand Down

0 comments on commit 74c1de8

Please sign in to comment.